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/rc2/rc2_ecb.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'crypto/rc2') diff --git a/crypto/rc2/rc2_ecb.c b/crypto/rc2/rc2_ecb.c index 48442a3f39..4cb1a80aa7 100644 --- a/crypto/rc2/rc2_ecb.c +++ b/crypto/rc2/rc2_ecb.c @@ -60,8 +60,6 @@ #include "rc2_locl.h" #include -const char RC2_version[] = "RC2" OPENSSL_VERSION_PTEXT; - /*- * RC2 as implemented frm a posting from * Newsgroups: sci.crypt -- cgit v1.2.3