summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_local.h
diff options
context:
space:
mode:
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);