diff options
author | Brent Cook <bcook@cvs.openbsd.org> | 2014-07-09 11:10:52 +0000 |
---|---|---|
committer | Brent Cook <bcook@cvs.openbsd.org> | 2014-07-09 11:10:52 +0000 |
commit | 0b57b42580df9f5e2577df603d7aa4825bb2ea9e (patch) | |
tree | 7fbe79de36efe3af85b1f5e7d00f18656eb9e73c /lib/libssl/d1_lib.c | |
parent | d822f59d63722729fb92629738fe56a23d5475ff (diff) |
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/d1_lib.c')
-rw-r--r-- | lib/libssl/d1_lib.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libssl/d1_lib.c b/lib/libssl/d1_lib.c index b90cc8eed3a..10f55554e01 100644 --- a/lib/libssl/d1_lib.c +++ b/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 = { |