Majority rules, use session_ctx vs initial_ctx
[openssl.git] / ssl / ssl_locl.h
index 76e3a737a7516998f9107a34b82b2c2f16d067b5..26580b06a737d62256daa76ca6d41c9e4d33406d 100644 (file)
@@ -1150,10 +1150,7 @@ struct ssl_st {
     /* Have we attempted to find/parse SCTs yet? */
     int scts_parsed;
 # endif
-    SSL_CTX *initial_ctx;       /* initial ctx, used to store sessions */
-# ifndef OPENSSL_NO_NEXTPROTONEG
-# endif
-# define session_ctx initial_ctx
+    SSL_CTX *session_ctx;       /* initial ctx, used to store sessions */
     /* What we'll do */
     STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles;
     /* What's been chosen */