diff options
author | jsing <> | 2018-11-08 20:55:18 +0000 |
---|---|---|
committer | jsing <> | 2018-11-08 20:55:18 +0000 |
commit | 282c11bdbc9506966def8e70d943547afeec3c63 (patch) | |
tree | a970ddfd423ef6778696482b13ad31cb6984e3f0 /src/lib/libssl/ssl_locl.h | |
parent | d1d568e5589418aecc7cdb33ca2338d20ce7c5d8 (diff) | |
download | openbsd-282c11bdbc9506966def8e70d943547afeec3c63.tar.gz openbsd-282c11bdbc9506966def8e70d943547afeec3c63.tar.bz2 openbsd-282c11bdbc9506966def8e70d943547afeec3c63.zip |
Stop pretending that a cert member in a SSL and SSL_CTX can be NULL.
ok beck@ tb@
Diffstat (limited to 'src/lib/libssl/ssl_locl.h')
-rw-r--r-- | src/lib/libssl/ssl_locl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h index 8aa29e7e59..32766de1cf 100644 --- a/src/lib/libssl/ssl_locl.h +++ b/src/lib/libssl/ssl_locl.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl_locl.h,v 1.220 2018/11/07 01:53:36 jsing Exp $ */ | 1 | /* $OpenBSD: ssl_locl.h,v 1.221 2018/11/08 20:55:18 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 | * |
@@ -1048,7 +1048,6 @@ void ssl_clear_cipher_write_state(SSL *s); | |||
1048 | int ssl_clear_bad_session(SSL *s); | 1048 | int ssl_clear_bad_session(SSL *s); |
1049 | CERT *ssl_cert_new(void); | 1049 | CERT *ssl_cert_new(void); |
1050 | CERT *ssl_cert_dup(CERT *cert); | 1050 | CERT *ssl_cert_dup(CERT *cert); |
1051 | int ssl_cert_inst(CERT **o); | ||
1052 | void ssl_cert_free(CERT *c); | 1051 | void ssl_cert_free(CERT *c); |
1053 | SESS_CERT *ssl_sess_cert_new(void); | 1052 | SESS_CERT *ssl_sess_cert_new(void); |
1054 | void ssl_sess_cert_free(SESS_CERT *sc); | 1053 | void ssl_sess_cert_free(SESS_CERT *sc); |