diff options
author | 2014-10-18 17:20:40 +0000 | |
---|---|---|
committer | 2014-10-18 17:20:40 +0000 | |
commit | 03a67d2e0111543f3e797b69c5453e90bcf52908 (patch) | |
tree | ae7bc0fee3647af9fe0cdabf2fff3b19298a268c /lib/libcrypto/ecdsa | |
parent | Sort/group includes. (diff) | |
download | wireguard-openbsd-03a67d2e0111543f3e797b69c5453e90bcf52908.tar.xz wireguard-openbsd-03a67d2e0111543f3e797b69c5453e90bcf52908.zip |
None of these need to include <openssl/rand.h>
Diffstat (limited to 'lib/libcrypto/ecdsa')
-rw-r--r-- | lib/libcrypto/ecdsa/ecs_sign.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libcrypto/ecdsa/ecs_sign.c b/lib/libcrypto/ecdsa/ecs_sign.c index 39bcf5fe5c2..55bb02d57fa 100644 --- a/lib/libcrypto/ecdsa/ecs_sign.c +++ b/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 <openssl/engine.h> #endif -#include <openssl/rand.h> ECDSA_SIG *ECDSA_do_sign(const unsigned char *dgst, int dlen, EC_KEY *eckey) { |