From fbfcb2243941bc84b7585711feb906610f9111c4 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Fri, 7 Aug 2015 17:09:30 -0400 Subject: RT3999: Remove sub-component version strings Especially since after the #ifdef cleanups this is not useful. Reviewed-by: Matt Caswell --- crypto/dh/dh_lib.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'crypto/dh/dh_lib.c') diff --git a/crypto/dh/dh_lib.c b/crypto/dh/dh_lib.c index cce2514bbf..4e087d0357 100644 --- a/crypto/dh/dh_lib.c +++ b/crypto/dh/dh_lib.c @@ -64,8 +64,6 @@ # include #endif -const char DH_version[] = "Diffie-Hellman" OPENSSL_VERSION_PTEXT; - static const DH_METHOD *default_DH_method = NULL; void DH_set_default_method(const DH_METHOD *meth) -- cgit v1.2.3