Remove SSL_version_str
[openssl.git] / ssl / ssl_lib.c
index ec5b1554f7cc47c20fa6d8344760b395ec5b8912..846b856af497c58d295a9b817684e1422d18f101 100644 (file)
@@ -23,8 +23,6 @@
 #include "internal/cryptlib.h"
 #include "internal/refcount.h"
 
-const char SSL_version_str[] = OPENSSL_VERSION_TEXT;
-
 static int ssl_undefined_function_1(SSL *ssl, SSL3_RECORD *r, size_t s, int t)
 {
     (void)r;