diff options
| author | tb <> | 2021-12-12 21:30:14 +0000 |
|---|---|---|
| committer | tb <> | 2021-12-12 21:30:14 +0000 |
| commit | b632ec4f99386efc52214c580c9f233748302224 (patch) | |
| tree | 68f1da62b9246ae5a21e41ac2ee05ee8307cfa6f /src/lib/libcrypto/pem/pem_info.c | |
| parent | e6d34a52bf003f2e199023dc166779f5d25bfcff (diff) | |
| download | openbsd-b632ec4f99386efc52214c580c9f233748302224.tar.gz openbsd-b632ec4f99386efc52214c580c9f233748302224.tar.bz2 openbsd-b632ec4f99386efc52214c580c9f233748302224.zip | |
Include evp_locl.h where it will be needed once most structs from
evp.h will be moved to evp_locl.h in an upcoming bump.
ok inoguchi
Diffstat (limited to 'src/lib/libcrypto/pem/pem_info.c')
| -rw-r--r-- | src/lib/libcrypto/pem/pem_info.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/pem/pem_info.c b/src/lib/libcrypto/pem/pem_info.c index 33c1de43fd..aecdbb2e05 100644 --- a/src/lib/libcrypto/pem/pem_info.c +++ b/src/lib/libcrypto/pem/pem_info.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: pem_info.c,v 1.24 2020/07/25 11:53:37 schwarze Exp $ */ | 1 | /* $OpenBSD: pem_info.c,v 1.25 2021/12/12 21:30:14 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 | * |
| @@ -75,6 +75,8 @@ | |||
| 75 | #include <openssl/rsa.h> | 75 | #include <openssl/rsa.h> |
| 76 | #endif | 76 | #endif |
| 77 | 77 | ||
| 78 | #include "evp_locl.h" | ||
| 79 | |||
| 78 | STACK_OF(X509_INFO) * | 80 | STACK_OF(X509_INFO) * |
| 79 | PEM_X509_INFO_read(FILE *fp, STACK_OF(X509_INFO) *sk, pem_password_cb *cb, | 81 | PEM_X509_INFO_read(FILE *fp, STACK_OF(X509_INFO) *sk, pem_password_cb *cb, |
| 80 | void *u) | 82 | void *u) |
