Unexport SSL_version_str
authortb <tb@openbsd.org>
Mon, 15 Apr 2024 16:00:05 +0000 (16:00 +0000)
committertb <tb@openbsd.org>
Mon, 15 Apr 2024 16:00:05 +0000 (16:00 +0000)
ok jsing

lib/libssl/Symbols.list
lib/libssl/ssl_lib.c

index ee7477f..f572284 100644 (file)
@@ -338,7 +338,6 @@ SSL_use_certificate_chain_file
 SSL_use_certificate_file
 SSL_verify_client_post_handshake
 SSL_version
-SSL_version_str
 SSL_want
 SSL_write
 SSL_write_early_data
index 76a906f..d1b552d 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssl_lib.c,v 1.322 2024/03/27 06:47:52 tb Exp $ */
+/* $OpenBSD: ssl_lib.c,v 1.323 2024/04/15 16:00:05 tb Exp $ */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 #include "ssl_tlsext.h"
 #include "tls12_internal.h"
 
-const char *SSL_version_str = OPENSSL_VERSION_TEXT;
-
 int
 SSL_clear(SSL *s)
 {