diff options
Diffstat (limited to 'src/regress/lib/libcrypto/evp/evp_test.c')
-rw-r--r-- | src/regress/lib/libcrypto/evp/evp_test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/evp/evp_test.c b/src/regress/lib/libcrypto/evp/evp_test.c index c4721cc365..dbfe442377 100644 --- a/src/regress/lib/libcrypto/evp/evp_test.c +++ b/src/regress/lib/libcrypto/evp/evp_test.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: evp_test.c,v 1.2 2022/11/09 17:15:59 jsing Exp $ */ | 1 | /* $OpenBSD: evp_test.c,v 1.3 2022/11/26 16:08:56 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2022 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2022 Joel Sing <jsing@openbsd.org> |
4 | * | 4 | * |
@@ -18,7 +18,7 @@ | |||
18 | #include <openssl/evp.h> | 18 | #include <openssl/evp.h> |
19 | #include <openssl/ossl_typ.h> | 19 | #include <openssl/ossl_typ.h> |
20 | 20 | ||
21 | #include "evp_locl.h" | 21 | #include "evp_local.h" |
22 | 22 | ||
23 | static int | 23 | static int |
24 | evp_asn1_method_test(void) | 24 | evp_asn1_method_test(void) |