diff options
| author | tb <> | 2023-10-12 04:53:45 +0000 |
|---|---|---|
| committer | tb <> | 2023-10-12 04:53:45 +0000 |
| commit | 801cf8bd76055acde2228ea441a6e0453ae69726 (patch) | |
| tree | 3675f313db1c3193e6cc4a89ccb392462839e350 /src | |
| parent | d2fa146f6e439c225b07627892e3d638d025fc64 (diff) | |
| download | openbsd-801cf8bd76055acde2228ea441a6e0453ae69726.tar.gz openbsd-801cf8bd76055acde2228ea441a6e0453ae69726.tar.bz2 openbsd-801cf8bd76055acde2228ea441a6e0453ae69726.zip | |
x509_algor: add a few missing includes
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libcrypto/asn1/x509_algor.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/asn1/x509_algor.c b/src/regress/lib/libcrypto/asn1/x509_algor.c index f0c63696d0..1c8705ace9 100644 --- a/src/regress/lib/libcrypto/asn1/x509_algor.c +++ b/src/regress/lib/libcrypto/asn1/x509_algor.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: x509_algor.c,v 1.3 2023/10/11 13:13:25 tb Exp $ */ | 1 | /* $OpenBSD: x509_algor.c,v 1.4 2023/10/12 04:53:45 tb Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2023 Theo Buehler <tb@openbsd.org> | 3 | * Copyright (c) 2023 Theo Buehler <tb@openbsd.org> |
| 4 | * | 4 | * |
| @@ -18,6 +18,9 @@ | |||
| 18 | #include <err.h> | 18 | #include <err.h> |
| 19 | #include <stdio.h> | 19 | #include <stdio.h> |
| 20 | 20 | ||
| 21 | #include <openssl/asn1.h> | ||
| 22 | #include <openssl/evp.h> | ||
| 23 | #include <openssl/objects.h> | ||
| 21 | #include <openssl/x509.h> | 24 | #include <openssl/x509.h> |
| 22 | 25 | ||
| 23 | static int | 26 | static int |
