projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db84c90
)
The macro THREADS was changed to OPENSSL_THREADS a long time ago.
author
Richard Levitte
<levitte@openssl.org>
Sat, 4 Jun 2005 08:44:05 +0000
(08:44 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Sat, 4 Jun 2005 08:44:05 +0000
(08:44 +0000)
PR: 1096
doc/crypto/threads.pod
patch
|
blob
|
history
diff --git
a/doc/crypto/threads.pod
b/doc/crypto/threads.pod
index afa45cd76cdaea221fae73bce0e09ea89b7c8554..c7fca5a531967a174a6e3414581cef735d2ef481 100644
(file)
--- a/
doc/crypto/threads.pod
+++ b/
doc/crypto/threads.pod
@@
-130,7
+130,7
@@
You can find out if OpenSSL was configured with thread support:
#define OPENSSL_THREAD_DEFINES
#include <openssl/opensslconf.h>
- #if defined(THREADS)
+ #if defined(
OPENSSL_
THREADS)
// thread support enabled
#else
// no thread support