From b5b19ae0bdb4fa3f9f9e9217fd86da037447737c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Fri, 19 Jul 2002 12:37:30 +0000 Subject: [PATCH] 'SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION' does not belong here, it's 0.9.7 only --- ssl/ssl.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/ssl/ssl.h b/ssl/ssl.h index 4b8131ce64..aaf3424cde 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. */ -- 2.25.1