Skip to content

Commit

Permalink
Added define to fix compile for versions of openssl without LHASH
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Feb 21, 2010
1 parent df70a23 commit f46b886
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/cpp/ext/ext_openssl.h
Expand Up @@ -22,6 +22,10 @@

#include <cpp/base/base_includes.h>

#ifndef LHASH
#define LHASH LHASH_OF(CONF_VALUE)
#endif

namespace HPHP {
///////////////////////////////////////////////////////////////////////////////

Expand Down

0 comments on commit f46b886

Please sign in to comment.