summaryrefslogtreecommitdiffstats
path: root/ssl/ssl3.h
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-04-27 03:19:12 +0000
committerUlf Möller <ulf@openssl.org>1999-04-27 03:19:12 +0000
commit79df9d62721467927c81f1fa91568340e873ee9c (patch)
tree09b9c72ecf0604bc994b97e0501e561311a1559b /ssl/ssl3.h
parent281c52c0548e4410e225464a30a82aac6d9ea70b (diff)
New Configure option no-<cipher> (rsa, idea, rc5, ...).
Diffstat (limited to 'ssl/ssl3.h')
-rw-r--r--ssl/ssl3.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ssl/ssl3.h b/ssl/ssl3.h
index 36f135182b..2a9714fc19 100644
--- a/ssl/ssl3.h
+++ b/ssl/ssl3.h
@@ -322,8 +322,9 @@ typedef struct ssl3_ctx_st
/* used to hold the new cipher we are going to use */
SSL_CIPHER *new_cipher;
+#ifndef NO_DH
DH *dh;
-
+#endif
/* used when SSL_ST_FLUSH_DATA is entered */
int next_state;