summaryrefslogtreecommitdiffstats
path: root/ssl/d1_lib.c
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2015-08-07 17:09:30 -0400
committerRich Salz <rsalz@openssl.org>2015-08-10 12:13:32 -0400
commitfbfcb2243941bc84b7585711feb906610f9111c4 (patch)
tree24d4a04a91f05dcdcd7f0db86a19abcfd71176d7 /ssl/d1_lib.c
parent82c494276df9f594064688c920c4431c85759121 (diff)
RT3999: Remove sub-component version strings
Especially since after the #ifdef cleanups this is not useful. Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'ssl/d1_lib.c')
-rw-r--r--ssl/d1_lib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ssl/d1_lib.c b/ssl/d1_lib.c
index c0ed8fb852..fc1887ab35 100644
--- a/ssl/d1_lib.c
+++ b/ssl/d1_lib.c
@@ -75,7 +75,6 @@
static void get_current_time(struct timeval *t);
static int dtls1_set_handshake_header(SSL *s, int type, unsigned long len);
static int dtls1_handshake_write(SSL *s);
-const char dtls1_version_str[] = "DTLSv1" OPENSSL_VERSION_PTEXT;
int dtls1_listen(SSL *s, struct sockaddr *client);
const SSL3_ENC_METHOD DTLSv1_enc_data = {