diff options
Diffstat (limited to 'lib/libssl/src/crypto/ecdh/ech_lib.c')
-rw-r--r-- | lib/libssl/src/crypto/ecdh/ech_lib.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libssl/src/crypto/ecdh/ech_lib.c b/lib/libssl/src/crypto/ecdh/ech_lib.c index 227448afb13..99390c2373e 100644 --- a/lib/libssl/src/crypto/ecdh/ech_lib.c +++ b/lib/libssl/src/crypto/ecdh/ech_lib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ech_lib.c,v 1.5 2014/06/12 15:49:29 deraadt Exp $ */ +/* $OpenBSD: ech_lib.c,v 1.6 2014/07/09 11:10:50 bcook Exp $ */ /* ==================================================================== * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. * @@ -74,8 +74,6 @@ #endif #include <openssl/err.h> -const char ECDH_version[]="ECDH" OPENSSL_VERSION_PTEXT; - static const ECDH_METHOD *default_ECDH_method = NULL; static void *ecdh_data_new(void); |