summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2024-04-15 16:00:05 +0000
committertb <>2024-04-15 16:00:05 +0000
commit3b2a7048cd8959d3f5cad3623105769edae26d26 (patch)
tree973272f7e56c74abc36f464f11073269b83ae5f1
parent50fadfc274f686c67fe1d019704f62a1c8ac5028 (diff)
downloadopenbsd-3b2a7048cd8959d3f5cad3623105769edae26d26.tar.gz
openbsd-3b2a7048cd8959d3f5cad3623105769edae26d26.tar.bz2
openbsd-3b2a7048cd8959d3f5cad3623105769edae26d26.zip
Unexport SSL_version_str
ok jsing
-rw-r--r--src/lib/libssl/Symbols.list1
-rw-r--r--src/lib/libssl/ssl_lib.c4
2 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libssl/Symbols.list b/src/lib/libssl/Symbols.list
index ee7477f31e..f5722846ac 100644
--- a/src/lib/libssl/Symbols.list
+++ b/src/lib/libssl/Symbols.list
@@ -338,7 +338,6 @@ SSL_use_certificate_chain_file
338SSL_use_certificate_file 338SSL_use_certificate_file
339SSL_verify_client_post_handshake 339SSL_verify_client_post_handshake
340SSL_version 340SSL_version
341SSL_version_str
342SSL_want 341SSL_want
343SSL_write 342SSL_write
344SSL_write_early_data 343SSL_write_early_data
diff --git a/src/lib/libssl/ssl_lib.c b/src/lib/libssl/ssl_lib.c
index 76a906f13a..d1b552d94f 100644
--- a/src/lib/libssl/ssl_lib.c
+++ b/src/lib/libssl/ssl_lib.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssl_lib.c,v 1.322 2024/03/27 06:47:52 tb Exp $ */ 1/* $OpenBSD: ssl_lib.c,v 1.323 2024/04/15 16:00:05 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 *
@@ -161,8 +161,6 @@
161#include "ssl_tlsext.h" 161#include "ssl_tlsext.h"
162#include "tls12_internal.h" 162#include "tls12_internal.h"
163 163
164const char *SSL_version_str = OPENSSL_VERSION_TEXT;
165
166int 164int
167SSL_clear(SSL *s) 165SSL_clear(SSL *s)
168{ 166{