From b6e6d79c7b0d0ed1c3a8660e0fd93dad90d55b71 Mon Sep 17 00:00:00 2001 From: bcook <> Date: Wed, 9 Jul 2014 11:10:51 +0000 Subject: remove unused, private version strings except SSL_version_str Also remove unused des_ver.h, which exports some of these strings, but is not installed. ok miod@ tedu@ --- src/lib/libcrypto/rsa/rsa_lib.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib/libcrypto/rsa/rsa_lib.c') diff --git a/src/lib/libcrypto/rsa/rsa_lib.c b/src/lib/libcrypto/rsa/rsa_lib.c index 62d415a27b..44a86700c2 100644 --- a/src/lib/libcrypto/rsa/rsa_lib.c +++ b/src/lib/libcrypto/rsa/rsa_lib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rsa_lib.c,v 1.23 2014/07/09 08:55:32 miod Exp $ */ +/* $OpenBSD: rsa_lib.c,v 1.24 2014/07/09 11:10:51 bcook Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -67,8 +67,6 @@ #include #endif -const char RSA_version[] = "RSA" OPENSSL_VERSION_PTEXT; - static const RSA_METHOD *default_RSA_meth = NULL; RSA * -- cgit v1.2.3-55-g6feb