Module Name: src
Committed By: christos
Date: Sun Aug 12 12:43:49 UTC 2012
Modified Files:
src/crypto/external/bsd/openssl/dist/crypto: opensslconf.h
Log Message:
define OPENSSL_THREADS, from drochner.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
src/crypto/external/bsd/openssl/dist/crypto/opensslconf.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/external/bsd/openssl/dist/crypto/opensslconf.h
diff -u src/crypto/external/bsd/openssl/dist/crypto/opensslconf.h:1.3 src/crypto/external/bsd/openssl/dist/crypto/opensslconf.h:1.4
--- src/crypto/external/bsd/openssl/dist/crypto/opensslconf.h:1.3 Thu Jul 26 15:58:37 2012
+++ src/crypto/external/bsd/openssl/dist/crypto/opensslconf.h Sun Aug 12 08:43:49 2012
@@ -40,6 +40,9 @@
#endif /* OPENSSL_DOING_MAKEDEPEND */
+#ifndef OPENSSL_THREADS
+# define OPENSSL_THREADS
+#endif
#ifndef OPENSSL_NO_DYNAMIC_ENGINE
# define OPENSSL_NO_DYNAMIC_ENGINE
#endif