diff options
author | jsing <> | 2017-01-26 00:42:44 +0000 |
---|---|---|
committer | jsing <> | 2017-01-26 00:42:44 +0000 |
commit | 343d327fc13befa69643d8929e2c9e176e532b9d (patch) | |
tree | 32974d9a5d142477eb7229916f98dc9d11938d24 /src/lib/libssl/ssl_locl.h | |
parent | d3fd96f3fbff7bd85db9b591fd51b5a19fda0113 (diff) | |
download | openbsd-343d327fc13befa69643d8929e2c9e176e532b9d.tar.gz openbsd-343d327fc13befa69643d8929e2c9e176e532b9d.tar.bz2 openbsd-343d327fc13befa69643d8929e2c9e176e532b9d.zip |
Remove ssl3_undef_enc_method - if we have internal bugs we want to segfault
so that we can debug it, rather than adding a "should not be called" error
to the stack.
Discussed with beck@
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 7c3fb4f5e4..b682fc062e 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.167 2017/01/25 10:54:23 jsing Exp $ */ | 1 | /* $OpenBSD: ssl_locl.h,v 1.168 2017/01/26 00:42:44 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 | * |
@@ -1074,7 +1074,6 @@ struct ssl_aead_ctx_st { | |||
1074 | char variable_nonce_in_record; | 1074 | char variable_nonce_in_record; |
1075 | }; | 1075 | }; |
1076 | 1076 | ||
1077 | extern SSL3_ENC_METHOD ssl3_undef_enc_method; | ||
1078 | extern SSL_CIPHER ssl3_ciphers[]; | 1077 | extern SSL_CIPHER ssl3_ciphers[]; |
1079 | 1078 | ||
1080 | const char *ssl_version_string(int ver); | 1079 | const char *ssl_version_string(int ver); |