diff options
| author | tb <> | 2023-10-12 04:53:45 +0000 |
|---|---|---|
| committer | tb <> | 2023-10-12 04:53:45 +0000 |
| commit | 3435154cd9fe488d56bb9b0661295ee399864dc5 (patch) | |
| tree | 3675f313db1c3193e6cc4a89ccb392462839e350 /src | |
| parent | f8fbfc3127564e2e5965c70c0f87e0c2e50b017d (diff) | |
| download | openbsd-3435154cd9fe488d56bb9b0661295ee399864dc5.tar.gz openbsd-3435154cd9fe488d56bb9b0661295ee399864dc5.tar.bz2 openbsd-3435154cd9fe488d56bb9b0661295ee399864dc5.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 |
