diff options
author | jsing <> | 2017-01-23 05:27:22 +0000 |
---|---|---|
committer | jsing <> | 2017-01-23 05:27:22 +0000 |
commit | 3b1c7c5973d7e6aca42940bd4e07900c35d585f5 (patch) | |
tree | 7b5846ec611e08b428cca0c6a260d563d08705e6 /src/lib/libssl/ssl.h | |
parent | f38881420fba9a207cd725b6a35181faeecf26b9 (diff) | |
download | openbsd-3b1c7c5973d7e6aca42940bd4e07900c35d585f5.tar.gz openbsd-3b1c7c5973d7e6aca42940bd4e07900c35d585f5.tar.bz2 openbsd-3b1c7c5973d7e6aca42940bd4e07900c35d585f5.zip |
Move ex_data, next and prev from SSL_SESSION to internal.
ok beck@
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 */ |