summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec
diff options
context:
space:
mode:
authorbcook <>2014-07-09 11:10:51 +0000
committerbcook <>2014-07-09 11:10:51 +0000
commit0563b5d49da5a96960925938b3e4f3152e6f5c92 (patch)
treed5dcd125a1cd3379f5a9e75a01457548117ec1a6 /src/lib/libcrypto/ec
parentdcbbcd5e23d32dde13dc88631bb224cb81a153da (diff)
downloadopenbsd-0563b5d49da5a96960925938b3e4f3152e6f5c92.tar.gz
openbsd-0563b5d49da5a96960925938b3e4f3152e6f5c92.tar.bz2
openbsd-0563b5d49da5a96960925938b3e4f3152e6f5c92.zip
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@
Diffstat (limited to 'src/lib/libcrypto/ec')
-rw-r--r--src/lib/libcrypto/ec/ec_lib.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libcrypto/ec/ec_lib.c b/src/lib/libcrypto/ec/ec_lib.c
index 065eaee03e..f2a4fb8053 100644
--- a/src/lib/libcrypto/ec/ec_lib.c
+++ b/src/lib/libcrypto/ec/ec_lib.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ec_lib.c,v 1.12 2014/06/12 15:49:29 deraadt Exp $ */ 1/* $OpenBSD: ec_lib.c,v 1.13 2014/07/09 11:10:50 bcook Exp $ */
2/* 2/*
3 * Originally written by Bodo Moeller for the OpenSSL project. 3 * Originally written by Bodo Moeller for the OpenSSL project.
4 */ 4 */
@@ -68,9 +68,6 @@
68 68
69#include "ec_lcl.h" 69#include "ec_lcl.h"
70 70
71static const char EC_version[] = "EC" OPENSSL_VERSION_PTEXT;
72
73
74/* functions for EC_GROUP objects */ 71/* functions for EC_GROUP objects */
75 72
76EC_GROUP * 73EC_GROUP *