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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_local.h b/src/lib/libssl/ssl_local.h
index a3007eae2c..3c5fb204b0 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.9 2023/11/25 12:05:08 tb Exp $ */ 1/* $OpenBSD: ssl_local.h,v 1.10 2023/11/29 13:29:34 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 *
@@ -1344,7 +1344,7 @@ int ssl3_get_req_cert_types(SSL *s, CBB *cbb);
1344int ssl3_get_message(SSL *s, int st1, int stn, int mt, long max); 1344int ssl3_get_message(SSL *s, int st1, int stn, int mt, long max);
1345int ssl3_num_ciphers(void); 1345int ssl3_num_ciphers(void);
1346const SSL_CIPHER *ssl3_get_cipher(unsigned int u); 1346const SSL_CIPHER *ssl3_get_cipher(unsigned int u);
1347const SSL_CIPHER *ssl3_get_cipher_by_id(unsigned int id); 1347const SSL_CIPHER *ssl3_get_cipher_by_id(unsigned long id);
1348const SSL_CIPHER *ssl3_get_cipher_by_value(uint16_t value); 1348const SSL_CIPHER *ssl3_get_cipher_by_value(uint16_t value);
1349uint16_t ssl3_cipher_get_value(const SSL_CIPHER *c); 1349uint16_t ssl3_cipher_get_value(const SSL_CIPHER *c);
1350int ssl3_renegotiate(SSL *ssl); 1350int ssl3_renegotiate(SSL *ssl);