summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/ecdsa/ecs_lib.c
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2011-11-03 02:32:05 +0000
committerdjm <djm@openbsd.org>2011-11-03 02:32:05 +0000
commit9a0dbe41377d72a7998b367a28479878b89b8ff5 (patch)
treeb510889687301e3de163d2ff7ca3f9e40804c56c /lib/libcrypto/ecdsa/ecs_lib.c
parentdisplay AMD/extended (0x80000001) cpuid flags and remove the (diff)
downloadwireguard-openbsd-9a0dbe41377d72a7998b367a28479878b89b8ff5.tar.xz
wireguard-openbsd-9a0dbe41377d72a7998b367a28479878b89b8ff5.zip
import OpenSSL 1.0.0e
Diffstat (limited to 'lib/libcrypto/ecdsa/ecs_lib.c')
-rw-r--r--lib/libcrypto/ecdsa/ecs_lib.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libcrypto/ecdsa/ecs_lib.c b/lib/libcrypto/ecdsa/ecs_lib.c
index 85e8a3a7ed9..2ebae3aa27d 100644
--- a/lib/libcrypto/ecdsa/ecs_lib.c
+++ b/lib/libcrypto/ecdsa/ecs_lib.c
@@ -83,7 +83,6 @@ const ECDSA_METHOD *ECDSA_get_default_method(void)
int ECDSA_set_method(EC_KEY *eckey, const ECDSA_METHOD *meth)
{
- const ECDSA_METHOD *mtmp;
ECDSA_DATA *ecdsa;
ecdsa = ecdsa_check(eckey);
@@ -91,7 +90,6 @@ int ECDSA_set_method(EC_KEY *eckey, const ECDSA_METHOD *meth)
if (ecdsa == NULL)
return 0;
- mtmp = ecdsa->meth;
#ifndef OPENSSL_NO_ENGINE
if (ecdsa->engine)
{