diff options
Diffstat (limited to 'src/lib/libcrypto/evp/m_wp.c')
-rw-r--r-- | src/lib/libcrypto/evp/m_wp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/evp/m_wp.c b/src/lib/libcrypto/evp/m_wp.c index 07ae7ca551..2e0b46d5d3 100644 --- a/src/lib/libcrypto/evp/m_wp.c +++ b/src/lib/libcrypto/evp/m_wp.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: m_wp.c,v 1.10 2022/01/14 08:38:06 tb Exp $ */ | 1 | /* $OpenBSD: m_wp.c,v 1.11 2022/11/26 16:08:52 tb Exp $ */ |
2 | 2 | ||
3 | #include <stdio.h> | 3 | #include <stdio.h> |
4 | 4 | ||
@@ -11,7 +11,7 @@ | |||
11 | #include <openssl/x509.h> | 11 | #include <openssl/x509.h> |
12 | #include <openssl/whrlpool.h> | 12 | #include <openssl/whrlpool.h> |
13 | 13 | ||
14 | #include "evp_locl.h" | 14 | #include "evp_local.h" |
15 | 15 | ||
16 | static int | 16 | static int |
17 | init(EVP_MD_CTX *ctx) | 17 | init(EVP_MD_CTX *ctx) |