projects
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
02c5ddf
)
The macro THREADS was changed to OPENSSL_THREADS a long time ago.
author
Richard Levitte
<levitte@openssl.org>
Sat, 4 Jun 2005 08:44:02 +0000
(08:44 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Sat, 4 Jun 2005 08:44:02 +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
afa45cd
..
c7fca5a
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