diff options
Diffstat (limited to 'src/lib/libssl/ssl.h')
-rw-r--r-- | src/lib/libssl/ssl.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h index 9fc6c5e976..99ac44d769 100644 --- a/src/lib/libssl/ssl.h +++ b/src/lib/libssl/ssl.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl.h,v 1.112 2017/01/23 05:13:02 jsing Exp $ */ | 1 | /* $OpenBSD: ssl.h,v 1.113 2017/01/23 05:27:22 jsing Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -496,11 +496,6 @@ struct ssl_session_st { | |||
496 | 496 | ||
497 | STACK_OF(SSL_CIPHER) *ciphers; /* shared ciphers? */ | 497 | STACK_OF(SSL_CIPHER) *ciphers; /* shared ciphers? */ |
498 | 498 | ||
499 | CRYPTO_EX_DATA ex_data; /* application specific data */ | ||
500 | |||
501 | /* These are used to make removal of session-ids more | ||
502 | * efficient and to implement a maximum cache size. */ | ||
503 | struct ssl_session_st *prev, *next; | ||
504 | char *tlsext_hostname; | 499 | char *tlsext_hostname; |
505 | 500 | ||
506 | /* RFC4507 info */ | 501 | /* RFC4507 info */ |