diff options
author | 2017-01-22 05:14:42 +0000 | |
---|---|---|
committer | 2017-01-22 05:14:42 +0000 | |
commit | c8ab915957991d6ac78dc15de428b1cf91b56283 (patch) | |
tree | 5253802b7ead62424772a8d88679f13b1dbfe507 /lib/libssl/ssl.h | |
parent | white space fixes. no functional change. (diff) | |
download | wireguard-openbsd-c8ab915957991d6ac78dc15de428b1cf91b56283.tar.xz wireguard-openbsd-c8ab915957991d6ac78dc15de428b1cf91b56283.zip |
Move internal parts of ssl_session_st to internal
ok jsing@
Diffstat (limited to 'lib/libssl/ssl.h')
-rw-r--r-- | lib/libssl/ssl.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libssl/ssl.h b/lib/libssl/ssl.h index c8be3db253e..b0f54100e2c 100644 --- a/lib/libssl/ssl.h +++ b/lib/libssl/ssl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ssl.h,v 1.104 2017/01/22 04:07:44 jsing Exp $ */ +/* $OpenBSD: ssl.h,v 1.105 2017/01/22 05:14:42 beck Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -507,10 +507,6 @@ struct ssl_session_st { * efficient and to implement a maximum cache size. */ struct ssl_session_st *prev, *next; char *tlsext_hostname; - size_t tlsext_ecpointformatlist_length; - uint8_t *tlsext_ecpointformatlist; /* peer's list */ - size_t tlsext_ellipticcurvelist_length; - uint16_t *tlsext_ellipticcurvelist; /* peer's list */ /* RFC4507 info */ unsigned char *tlsext_tick; /* Session ticket */ |