From b6e6d79c7b0d0ed1c3a8660e0fd93dad90d55b71 Mon Sep 17 00:00:00 2001 From: bcook <> Date: Wed, 9 Jul 2014 11:10:51 +0000 Subject: 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@ --- src/lib/libssl/d1_lib.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/libssl/d1_lib.c') diff --git a/src/lib/libssl/d1_lib.c b/src/lib/libssl/d1_lib.c index b90cc8eed3..10f55554e0 100644 --- a/src/lib/libssl/d1_lib.c +++ b/src/lib/libssl/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 = { -- cgit v1.2.3-55-g6feb