diff options
Diffstat (limited to 'src/lib/libcrypto/evp/m_ecdsa.c')
-rw-r--r-- | src/lib/libcrypto/evp/m_ecdsa.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/evp/m_ecdsa.c b/src/lib/libcrypto/evp/m_ecdsa.c index b9af6423b5..b4bd21f7b0 100644 --- a/src/lib/libcrypto/evp/m_ecdsa.c +++ b/src/lib/libcrypto/evp/m_ecdsa.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: m_ecdsa.c,v 1.8 2014/07/11 08:44:48 jsing Exp $ */ | 1 | /* $OpenBSD: m_ecdsa.c,v 1.9 2021/12/12 21:30:13 tb Exp $ */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. |
4 | * | 4 | * |
@@ -117,6 +117,8 @@ | |||
117 | #include <openssl/objects.h> | 117 | #include <openssl/objects.h> |
118 | #include <openssl/x509.h> | 118 | #include <openssl/x509.h> |
119 | 119 | ||
120 | #include "evp_locl.h" | ||
121 | |||
120 | #ifndef OPENSSL_NO_SHA | 122 | #ifndef OPENSSL_NO_SHA |
121 | 123 | ||
122 | static int | 124 | static int |