summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_lib.c
diff options
context:
space:
mode:
authortb <>2024-04-15 16:00:05 +0000
committertb <>2024-04-15 16:00:05 +0000
commitd2202ff99586d2a09550aa7f541f542819ebe10d (patch)
tree973272f7e56c74abc36f464f11073269b83ae5f1 /src/lib/libssl/ssl_lib.c
parentf889deb1e21d6c6bc0d996046a5f210274dc30ea (diff)
downloadopenbsd-d2202ff99586d2a09550aa7f541f542819ebe10d.tar.gz
openbsd-d2202ff99586d2a09550aa7f541f542819ebe10d.tar.bz2
openbsd-d2202ff99586d2a09550aa7f541f542819ebe10d.zip
Unexport SSL_version_str
ok jsing
Diffstat (limited to 'src/lib/libssl/ssl_lib.c')
-rw-r--r--src/lib/libssl/ssl_lib.c4
1 files changed, 1 insertions, 3 deletions
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{