diff options
Diffstat (limited to 'src/lib/libcrypto/ec/ec_lib.c')
| -rw-r--r-- | src/lib/libcrypto/ec/ec_lib.c | 5 |
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 | ||
| 71 | static const char EC_version[] = "EC" OPENSSL_VERSION_PTEXT; | ||
| 72 | |||
| 73 | |||
| 74 | /* functions for EC_GROUP objects */ | 71 | /* functions for EC_GROUP objects */ |
| 75 | 72 | ||
| 76 | EC_GROUP * | 73 | EC_GROUP * |
