summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl3.h
diff options
context:
space:
mode:
authortedu <>2014-05-29 18:11:13 +0000
committertedu <>2014-05-29 18:11:13 +0000
commit36abfd12740be4329b29e295bfcee8fe22c637d4 (patch)
treee214d026b5b66638630daa4617eb61197c96abb9 /src/lib/libssl/ssl3.h
parent2aab478749f62f40d50f6200a1396b6352051369 (diff)
downloadopenbsd-36abfd12740be4329b29e295bfcee8fe22c637d4.tar.gz
openbsd-36abfd12740be4329b29e295bfcee8fe22c637d4.tar.bz2
openbsd-36abfd12740be4329b29e295bfcee8fe22c637d4.zip
unidef DH, ECDH, and ECDSA. there's no purpose to a libssl without them.
ok deraadt jsing
Diffstat (limited to '')
-rw-r--r--src/lib/libssl/ssl3.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/libssl/ssl3.h b/src/lib/libssl/ssl3.h
index 2b041d7e2f..2840b1320f 100644
--- a/src/lib/libssl/ssl3.h
+++ b/src/lib/libssl/ssl3.h
@@ -490,13 +490,9 @@ typedef struct ssl3_state_st {
490 490
491 /* used to hold the new cipher we are going to use */ 491 /* used to hold the new cipher we are going to use */
492 const SSL_CIPHER *new_cipher; 492 const SSL_CIPHER *new_cipher;
493#ifndef OPENSSL_NO_DH
494 DH *dh; 493 DH *dh;
495#endif
496 494
497#ifndef OPENSSL_NO_ECDH
498 EC_KEY *ecdh; /* holds short lived ECDH key */ 495 EC_KEY *ecdh; /* holds short lived ECDH key */
499#endif
500 496
501 /* used when SSL_ST_FLUSH_DATA is entered */ 497 /* used when SSL_ST_FLUSH_DATA is entered */
502 int next_state; 498 int next_state;