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:
a6ebe22
)
remove undefined constant
author
Nils Larsch
<nils@openssl.org>
Wed, 3 Jan 2007 20:00:32 +0000
(20:00 +0000)
committer
Nils Larsch
<nils@openssl.org>
Wed, 3 Jan 2007 20:00:32 +0000
(20:00 +0000)
ssl/ssl_ciph.c
patch
|
blob
|
history
diff --git
a/ssl/ssl_ciph.c
b/ssl/ssl_ciph.c
index 87aa83a314daf76d444a1580bdd9cae8e8657028..23049c7f88c362451b1b29b6a34624eb036cd3c7 100644
(file)
--- a/
ssl/ssl_ciph.c
+++ b/
ssl/ssl_ciph.c
@@
-498,7
+498,7
@@
static unsigned long ssl_cipher_get_disabled(void)
mask |= SSL_aECDSA;
#endif
#ifdef OPENSSL_NO_ECDH
- mask |= SSL_kECDHe|SSL_kECDHr|SSL_
kECDHE|SSL_
aECDH;
+ mask |= SSL_kECDHe|SSL_kECDHr|SSL_aECDH;
#endif
#ifdef OPENSSL_NO_PSK
mask |= SSL_kPSK;