summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_local.h
diff options
context:
space:
mode:
authorjsg <>2024-05-19 07:12:50 +0000
committerjsg <>2024-05-19 07:12:50 +0000
commit05e553f5567082e370f1d32138837e1813d2256d (patch)
treea9e3f27188824105f77f68dbe9ae80aee57ba7ce /src/lib/libssl/ssl_local.h
parent184d5ae7d3f34aadc94fdd8d24bccddb5fa1e5ff (diff)
downloadopenbsd-05e553f5567082e370f1d32138837e1813d2256d.tar.gz
openbsd-05e553f5567082e370f1d32138837e1813d2256d.tar.bz2
openbsd-05e553f5567082e370f1d32138837e1813d2256d.zip
remove prototypes with no matching function
feedback and ok tb@
Diffstat (limited to 'src/lib/libssl/ssl_local.h')
-rw-r--r--src/lib/libssl/ssl_local.h3
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
1306int SSL_SESSION_ticket(SSL_SESSION *ss, unsigned char **out, size_t *out_len); 1306int SSL_SESSION_ticket(SSL_SESSION *ss, unsigned char **out, size_t *out_len);
1307 1307
1308const SSL_CIPHER *ssl3_get_cipher_by_char(const unsigned char *p);
1309int ssl3_do_write(SSL *s, int type); 1308int ssl3_do_write(SSL *s, int type);
1310int ssl3_send_alert(SSL *s, int level, int desc); 1309int ssl3_send_alert(SSL *s, int level, int desc);
1311int ssl3_get_req_cert_types(SSL *s, CBB *cbb); 1310int ssl3_get_req_cert_types(SSL *s, CBB *cbb);