Remove SSL_version_str
authorRichard Levitte <levitte@openssl.org>
Tue, 2 Oct 2018 16:57:39 +0000 (18:57 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 3 Oct 2018 20:15:15 +0000 (22:15 +0200)
commit18958cefd82449daf3c589b74a074f0c88159d47
treed3cfcdc39af9b9f7f2d42f4d231fd7762822f74f
parent1b39bc9bcf2c8a0eb1047529feb91ed00c8c6ff7
Remove SSL_version_str

I was never exported in our shared libraries and no one noticed, and
we don't seem to use it ourselves, so clean it away.

In all likelyhood, this is a remain from the 90's, when it was in
fashion to litter library modules with these kinds of strings.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/7340)
include/openssl/ssl.h
ssl/ssl_lib.c