Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/openssl/dist/crypto define OPENSSL_THREA...



details:   https://anonhg.NetBSD.org/src/rev/a57c70929095
branches:  trunk
changeset: 780934:a57c70929095
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Aug 12 12:43:49 2012 +0000

description:
define OPENSSL_THREADS, from drochner.

diffstat:

 crypto/external/bsd/openssl/dist/crypto/opensslconf.h |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diffs (13 lines):

diff -r 3b68a3e4dae5 -r a57c70929095 crypto/external/bsd/openssl/dist/crypto/opensslconf.h
--- a/crypto/external/bsd/openssl/dist/crypto/opensslconf.h     Sun Aug 12 10:13:17 2012 +0000
+++ b/crypto/external/bsd/openssl/dist/crypto/opensslconf.h     Sun Aug 12 12:43:49 2012 +0000
@@ -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



Home | Main Index | Thread Index | Old Index