diff options
author | 2014-07-09 11:10:50 +0000 | |
---|---|---|
committer | 2014-07-09 11:10:50 +0000 | |
commit | 7376aa735bc548f24d7ee71f4f725787cb969afa (patch) | |
tree | 9d29c6187673748880a05139f8c511137da9bbe2 /lib/libssl/src/ssl/d1_lib.c | |
parent | Make use of this wonderful modern C construct known as a `switch', instead of (diff) | |
download | wireguard-openbsd-7376aa735bc548f24d7ee71f4f725787cb969afa.tar.xz wireguard-openbsd-7376aa735bc548f24d7ee71f4f725787cb969afa.zip |
remove unused, private version strings except SSL_version_str
Also remove unused des_ver.h, which exports some of these strings, but is not installed.
ok miod@ tedu@
Diffstat (limited to 'lib/libssl/src/ssl/d1_lib.c')
-rw-r--r-- | lib/libssl/src/ssl/d1_lib.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libssl/src/ssl/d1_lib.c b/lib/libssl/src/ssl/d1_lib.c index b90cc8eed3a..10f55554e01 100644 --- a/lib/libssl/src/ssl/d1_lib.c +++ b/lib/libssl/src/ssl/d1_lib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: d1_lib.c,v 1.21 2014/06/21 17:02:25 jsing Exp $ */ +/* $OpenBSD: d1_lib.c,v 1.22 2014/07/09 11:10:51 bcook Exp $ */ /* * DTLS implementation written by Nagendra Modadugu * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. @@ -68,7 +68,6 @@ #include "pqueue.h" #include "ssl_locl.h" -const char dtls1_version_str[]="DTLSv1" OPENSSL_VERSION_PTEXT; int dtls1_listen(SSL *s, struct sockaddr *client); SSL3_ENC_METHOD DTLSv1_enc_data = { |