diff options
Diffstat (limited to 'src/lib/libcrypto/evp/p_lib.c')
-rw-r--r-- | src/lib/libcrypto/evp/p_lib.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/evp/p_lib.c b/src/lib/libcrypto/evp/p_lib.c index ec3949b4c1..e1760122c6 100644 --- a/src/lib/libcrypto/evp/p_lib.c +++ b/src/lib/libcrypto/evp/p_lib.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: p_lib.c,v 1.31 2022/11/18 14:45:10 tb Exp $ */ | 1 | /* $OpenBSD: p_lib.c,v 1.32 2022/11/26 16:08:53 tb Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -81,8 +81,8 @@ | |||
81 | #include <openssl/engine.h> | 81 | #include <openssl/engine.h> |
82 | #endif | 82 | #endif |
83 | 83 | ||
84 | #include "asn1_locl.h" | 84 | #include "asn1_local.h" |
85 | #include "evp_locl.h" | 85 | #include "evp_local.h" |
86 | 86 | ||
87 | static void EVP_PKEY_free_it(EVP_PKEY *x); | 87 | static void EVP_PKEY_free_it(EVP_PKEY *x); |
88 | 88 | ||