summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/ssl.h')
-rw-r--r--src/lib/libssl/ssl.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h
index e69979cbf6..e3f536aa43 100644
--- a/src/lib/libssl/ssl.h
+++ b/src/lib/libssl/ssl.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssl.h,v 1.234 2024/03/02 11:44:47 tb Exp $ */ 1/* $OpenBSD: ssl.h,v 1.235 2024/03/02 11:45:51 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 *
@@ -1122,8 +1122,6 @@ int SSL_clear(SSL *s);
1122void SSL_CTX_flush_sessions(SSL_CTX *ctx, long tm); 1122void SSL_CTX_flush_sessions(SSL_CTX *ctx, long tm);
1123 1123
1124const SSL_CIPHER *SSL_get_current_cipher(const SSL *s); 1124const SSL_CIPHER *SSL_get_current_cipher(const SSL *s);
1125const SSL_CIPHER *SSL_CIPHER_get_by_id(unsigned int id);
1126const SSL_CIPHER *SSL_CIPHER_get_by_value(uint16_t value);
1127int SSL_CIPHER_get_bits(const SSL_CIPHER *c, int *alg_bits); 1125int SSL_CIPHER_get_bits(const SSL_CIPHER *c, int *alg_bits);
1128const char * SSL_CIPHER_get_version(const SSL_CIPHER *c); 1126const char * SSL_CIPHER_get_version(const SSL_CIPHER *c);
1129const char * SSL_CIPHER_get_name(const SSL_CIPHER *c); 1127const char * SSL_CIPHER_get_name(const SSL_CIPHER *c);