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/des/ecb_enc.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'crypto/des') diff --git a/crypto/des/ecb_enc.c b/crypto/des/ecb_enc.c index f97fd971dc..d638a49328 100644 --- a/crypto/des/ecb_enc.c +++ b/crypto/des/ecb_enc.c @@ -61,8 +61,6 @@ #include #include -OPENSSL_GLOBAL const char libdes_version[] = "libdes" OPENSSL_VERSION_PTEXT; -OPENSSL_GLOBAL const char DES_version[] = "DES" OPENSSL_VERSION_PTEXT; const char *DES_options(void) { -- cgit v1.2.3