diff options
author | beck <> | 2017-01-22 05:14:42 +0000 |
---|---|---|
committer | beck <> | 2017-01-22 05:14:42 +0000 |
commit | 107eff56043a3070d462256dca1675a3db9d9eab (patch) | |
tree | 1dd02af01decfe687352fed17d256637812f231a /src/lib/libssl/ssl.h | |
parent | 4e41b8e085c03099d680e9806dd3eea21afb86fe (diff) | |
download | openbsd-107eff56043a3070d462256dca1675a3db9d9eab.tar.gz openbsd-107eff56043a3070d462256dca1675a3db9d9eab.tar.bz2 openbsd-107eff56043a3070d462256dca1675a3db9d9eab.zip |
Move internal parts of ssl_session_st to internal
ok jsing@
Diffstat (limited to 'src/lib/libssl/ssl.h')
-rw-r--r-- | src/lib/libssl/ssl.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h index c8be3db253..b0f54100e2 100644 --- a/src/lib/libssl/ssl.h +++ b/src/lib/libssl/ssl.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl.h,v 1.104 2017/01/22 04:07:44 jsing Exp $ */ | 1 | /* $OpenBSD: ssl.h,v 1.105 2017/01/22 05:14:42 beck 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 | * |
@@ -507,10 +507,6 @@ struct ssl_session_st { | |||
507 | * efficient and to implement a maximum cache size. */ | 507 | * efficient and to implement a maximum cache size. */ |
508 | struct ssl_session_st *prev, *next; | 508 | struct ssl_session_st *prev, *next; |
509 | char *tlsext_hostname; | 509 | char *tlsext_hostname; |
510 | size_t tlsext_ecpointformatlist_length; | ||
511 | uint8_t *tlsext_ecpointformatlist; /* peer's list */ | ||
512 | size_t tlsext_ellipticcurvelist_length; | ||
513 | uint16_t *tlsext_ellipticcurvelist; /* peer's list */ | ||
514 | 510 | ||
515 | /* RFC4507 info */ | 511 | /* RFC4507 info */ |
516 | unsigned char *tlsext_tick; /* Session ticket */ | 512 | unsigned char *tlsext_tick; /* Session ticket */ |