summaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-06-28 12:14:06 +0000
committerBodo Möller <bodo@openssl.org>1999-06-28 12:14:06 +0000
commita14d1a03ec14952e32da7b756e1aa6b76329eb23 (patch)
tree0d371b012808cd31686c01b1631a10b61ae7b9f2 /ssl
parentff1b7e09bcaa7f31b41c7646ee35a740ff29975a (diff)
Fix comments.
Submitted by: Anonymous
Diffstat (limited to 'ssl')
-rw-r--r--ssl/ssl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssl/ssl.h b/ssl/ssl.h
index f1ed68179b..d75d18dd26 100644
--- a/ssl/ssl.h
+++ b/ssl/ssl.h
@@ -281,12 +281,12 @@ typedef struct ssl_session_st
#define SSL_OP_TLS_BLOCK_PADDING_BUG 0x00000200L
#define SSL_OP_TLS_ROLLBACK_BUG 0x00000400L
-/* If set, only use tmp_dh parameters once */
+/* If set, always create a new key when using tmp_dh parameters */
#define SSL_OP_SINGLE_DH_USE 0x00100000L
/* Set to also use the tmp_rsa key when doing RSA operations. */
#define SSL_OP_EPHEMERAL_RSA 0x00200000L
-/* The next flag deliberatly changes the ciphertest, this is a check
+/* The next flag deliberately changes the ciphertest, this is a check
* for the PKCS#1 attack */
#define SSL_OP_PKCS1_CHECK_1 0x08000000L
#define SSL_OP_PKCS1_CHECK_2 0x10000000L