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/lhash/lhash.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'crypto/lhash') diff --git a/crypto/lhash/lhash.c b/crypto/lhash/lhash.c index 083310e825..0c9ce8fe13 100644 --- a/crypto/lhash/lhash.c +++ b/crypto/lhash/lhash.c @@ -101,8 +101,6 @@ #include #include -const char lh_version[] = "lhash" OPENSSL_VERSION_PTEXT; - #undef MIN_NODES #define MIN_NODES 16 #define UP_LOAD (2*LH_LOAD_MULT) /* load times 256 (default 2) */ -- cgit v1.2.3