Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ssl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-07-23 18:49:57 +0400
committerRichard Levitte <levitte@openssl.org>2002-07-23 18:49:57 +0400
commitb5b000d77e05a9321bf847da4aa4efc9a0722091 (patch)
tree7825d7b0c0a38a34b4e6d179f079c623c1222cfd /ssl
parent6c2650a6fc85465492d3ef92cdb130cadb77cbab (diff)
Merge in recent changes from OpenSSL_0_9_6-stable.
Diffstat (limited to 'ssl')
-rw-r--r--ssl/ssl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ssl/ssl.h b/ssl/ssl.h
index 370306ba2b..0c2044fa8c 100644
--- a/ssl/ssl.h
+++ b/ssl/ssl.h
@@ -372,8 +372,6 @@ typedef struct ssl_session_st
/* SSL_OP_ALL: various bug workarounds that should be rather harmless */
#define SSL_OP_ALL 0x000FFFFFL
-/* As server, disallow session resumption on renegotiation */
-#define SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION 0x00010000L
/* 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. */