diff options
Diffstat (limited to 'lib/libcrypto/ecdsa/ecs_sign.c')
-rw-r--r-- | lib/libcrypto/ecdsa/ecs_sign.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libcrypto/ecdsa/ecs_sign.c b/lib/libcrypto/ecdsa/ecs_sign.c index 54c99638da6..6424a3ca60d 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.8 2021/12/04 16:08:32 tb Exp $ */ +/* $OpenBSD: ecs_sign.c,v 1.9 2022/01/27 20:30:29 tb Exp $ */ /* ==================================================================== * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. * @@ -58,6 +58,8 @@ #ifndef OPENSSL_NO_ENGINE #include <openssl/engine.h> #endif +#include <openssl/err.h> +#include <openssl/evp.h> #include "bn_lcl.h" #include "ecs_locl.h" |