From 04818d13dd76f6467f7c876faf62cbc8f22646ca Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sat, 18 Oct 2014 17:20:40 +0000 Subject: None of these need to include --- src/lib/libcrypto/ecdsa/ecs_sign.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/libcrypto/ecdsa/ecs_sign.c') diff --git a/src/lib/libcrypto/ecdsa/ecs_sign.c b/src/lib/libcrypto/ecdsa/ecs_sign.c index 39bcf5fe5c..55bb02d57f 100644 --- a/src/lib/libcrypto/ecdsa/ecs_sign.c +++ b/src/lib/libcrypto/ecdsa/ecs_sign.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ecs_sign.c,v 1.4 2014/07/10 22:45:57 jsing Exp $ */ +/* $OpenBSD: ecs_sign.c,v 1.5 2014/10/18 17:20:40 jsing Exp $ */ /* ==================================================================== * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. * @@ -59,7 +59,6 @@ #ifndef OPENSSL_NO_ENGINE #include #endif -#include ECDSA_SIG *ECDSA_do_sign(const unsigned char *dgst, int dlen, EC_KEY *eckey) { -- cgit v1.2.3-55-g6feb