diff options
author | tb <> | 2024-03-02 11:48:55 +0000 |
---|---|---|
committer | tb <> | 2024-03-02 11:48:55 +0000 |
commit | 174854bd545b2940c157a447e92f7cf70091df68 (patch) | |
tree | 146435a07b0ef18f422e732ae91a24efb7ca6593 /src/lib/libssl/ssl.h | |
parent | 11bc4cabe92deceb37bc90b3965a5711d636d385 (diff) | |
download | openbsd-174854bd545b2940c157a447e92f7cf70091df68.tar.gz openbsd-174854bd545b2940c157a447e92f7cf70091df68.tar.bz2 openbsd-174854bd545b2940c157a447e92f7cf70091df68.zip |
Remove SSL_debug
The garbage truck is quite full by now. Collect the last symbol
straggler for this bump.
ok jsing
Diffstat (limited to 'src/lib/libssl/ssl.h')
-rw-r--r-- | src/lib/libssl/ssl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h index e3f536aa43..9a5f8d025e 100644 --- a/src/lib/libssl/ssl.h +++ b/src/lib/libssl/ssl.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl.h,v 1.235 2024/03/02 11:45:51 tb Exp $ */ | 1 | /* $OpenBSD: ssl.h,v 1.236 2024/03/02 11:48:55 tb 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 | * |
@@ -1496,7 +1496,6 @@ int SSL_set_session_ticket_ext_cb(SSL *s, | |||
1496 | int SSL_set_session_secret_cb(SSL *s, | 1496 | int SSL_set_session_secret_cb(SSL *s, |
1497 | tls_session_secret_cb_fn tls_session_secret_cb, void *arg); | 1497 | tls_session_secret_cb_fn tls_session_secret_cb, void *arg); |
1498 | 1498 | ||
1499 | void SSL_set_debug(SSL *s, int debug); | ||
1500 | int SSL_cache_hit(SSL *s); | 1499 | int SSL_cache_hit(SSL *s); |
1501 | 1500 | ||
1502 | /* What the "other" parameter contains in security callback */ | 1501 | /* What the "other" parameter contains in security callback */ |