diff options
| author | jsg <> | 2024-05-19 07:12:50 +0000 |
|---|---|---|
| committer | jsg <> | 2024-05-19 07:12:50 +0000 |
| commit | 9dd363a8109e5383b08891f9d0307a5d5aa2bc09 (patch) | |
| tree | a9e3f27188824105f77f68dbe9ae80aee57ba7ce /src/lib/libssl | |
| parent | 2a2414e87248de1d6a6d027ac6b588df8921bf28 (diff) | |
| download | openbsd-9dd363a8109e5383b08891f9d0307a5d5aa2bc09.tar.gz openbsd-9dd363a8109e5383b08891f9d0307a5d5aa2bc09.tar.bz2 openbsd-9dd363a8109e5383b08891f9d0307a5d5aa2bc09.zip | |
remove prototypes with no matching function
feedback and ok tb@
Diffstat (limited to 'src/lib/libssl')
| -rw-r--r-- | src/lib/libssl/ssl_local.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_local.h b/src/lib/libssl/ssl_local.h index 551bdd5766..eeef569fa9 100644 --- a/src/lib/libssl/ssl_local.h +++ b/src/lib/libssl/ssl_local.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ssl_local.h,v 1.15 2024/05/10 05:08:05 tb Exp $ */ | 1 | /* $OpenBSD: ssl_local.h,v 1.16 2024/05/19 07:12:50 jsg 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 | * |
| @@ -1305,7 +1305,6 @@ int ssl_verify_alarm_type(long type); | |||
| 1305 | 1305 | ||
| 1306 | int SSL_SESSION_ticket(SSL_SESSION *ss, unsigned char **out, size_t *out_len); | 1306 | int SSL_SESSION_ticket(SSL_SESSION *ss, unsigned char **out, size_t *out_len); |
| 1307 | 1307 | ||
| 1308 | const SSL_CIPHER *ssl3_get_cipher_by_char(const unsigned char *p); | ||
| 1309 | int ssl3_do_write(SSL *s, int type); | 1308 | int ssl3_do_write(SSL *s, int type); |
| 1310 | int ssl3_send_alert(SSL *s, int level, int desc); | 1309 | int ssl3_send_alert(SSL *s, int level, int desc); |
| 1311 | int ssl3_get_req_cert_types(SSL *s, CBB *cbb); | 1310 | int ssl3_get_req_cert_types(SSL *s, CBB *cbb); |
