diff options
Diffstat (limited to '')
-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 |