X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fssl_lib.c;h=846b856af497c58d295a9b817684e1422d18f101;hp=ec5b1554f7cc47c20fa6d8344760b395ec5b8912;hb=18958cefd82449daf3c589b74a074f0c88159d47;hpb=2340ed277b7c5365e83a32eb7d5fa32c4071fb21 diff --git a/ssl/ssl_lib.c b/ssl/ssl_lib.c index ec5b1554f7..846b856af4 100644 --- a/ssl/ssl_lib.c +++ b/ssl/ssl_lib.c @@ -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;