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
commit3b2a7048cd8959d3f5cad3623105769edae26d26 (patch)
tree973272f7e56c74abc36f464f11073269b83ae5f1 /src/lib/libssl/ssl_lib.c
parent50fadfc274f686c67fe1d019704f62a1c8ac5028 (diff)
downloadopenbsd-3b2a7048cd8959d3f5cad3623105769edae26d26.tar.gz
openbsd-3b2a7048cd8959d3f5cad3623105769edae26d26.tar.bz2
openbsd-3b2a7048cd8959d3f5cad3623105769edae26d26.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{