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:
924b600
)
I meant CRYPTO_LOCK_SSL_METHOD to be the same as CRYPTO_LOCK_SSL_CTX
author
Bodo Möller
<bodo@openssl.org>
Mon, 23 Sep 2002 14:35:16 +0000
(14:35 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Mon, 23 Sep 2002 14:35:16 +0000
(14:35 +0000)
in 0.9.6-stable (that one is a close relative anyway)
crypto/crypto.h
patch
|
blob
|
history
diff --git
a/crypto/crypto.h
b/crypto/crypto.h
index 5fb7f7a766a8b26d46204cd5569f8b44009adb4a..4fb17bb3568f6dd8f690b7400ae08f722bb1beb5 100644
(file)
--- a/
crypto/crypto.h
+++ b/
crypto/crypto.h
@@
-113,7
+113,7
@@
extern "C" {
#define CRYPTO_LOCK_SSL 16
/* for binary compatibility between 0.9.6 minor versions,
* reuse an existing lock (later version use a new one): */
-# define CRYPTO_LOCK_SSL_
SESSION CRYPTO_LOCK_SSL_CERT
+# define CRYPTO_LOCK_SSL_
METHOD CRYPTO_LOCK_SSL_CTX
#define CRYPTO_LOCK_RAND 17
#define CRYPTO_LOCK_RAND2 18
#define CRYPTO_LOCK_MALLOC 19