diff options
Diffstat (limited to 'src/lib/libcrypto/pem/pvkfmt.c')
-rw-r--r-- | src/lib/libcrypto/pem/pvkfmt.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/pem/pvkfmt.c b/src/lib/libcrypto/pem/pvkfmt.c index 7437eeba61..dffe1a362c 100644 --- a/src/lib/libcrypto/pem/pvkfmt.c +++ b/src/lib/libcrypto/pem/pvkfmt.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: pvkfmt.c,v 1.24 2022/01/07 09:35:36 tb Exp $ */ | 1 | /* $OpenBSD: pvkfmt.c,v 1.25 2022/01/07 09:55:31 tb Exp $ */ |
2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
3 | * project 2005. | 3 | * project 2005. |
4 | */ | 4 | */ |
@@ -76,6 +76,7 @@ | |||
76 | #include "bn_lcl.h" | 76 | #include "bn_lcl.h" |
77 | #include "dsa_locl.h" | 77 | #include "dsa_locl.h" |
78 | #include "evp_locl.h" | 78 | #include "evp_locl.h" |
79 | #include "rsa_locl.h" | ||
79 | 80 | ||
80 | /* Utility function: read a DWORD (4 byte unsigned integer) in little endian | 81 | /* Utility function: read a DWORD (4 byte unsigned integer) in little endian |
81 | * format | 82 | * format |