diff options
author | jsing <> | 2019-08-10 16:39:17 +0000 |
---|---|---|
committer | jsing <> | 2019-08-10 16:39:17 +0000 |
commit | d2294fe6ec6b67e094cc8b699125f5d1027c17e3 (patch) | |
tree | dc5392fe60fad67f6fe52c6bd41e202bae1e31c9 /src/lib/libcrypto/cms/cms_cd.c | |
parent | b01b00fb95cf0b3b49b443caa121fd70172439cf (diff) | |
download | openbsd-d2294fe6ec6b67e094cc8b699125f5d1027c17e3.tar.gz openbsd-d2294fe6ec6b67e094cc8b699125f5d1027c17e3.tar.bz2 openbsd-d2294fe6ec6b67e094cc8b699125f5d1027c17e3.zip |
Fix includes for non-installed headers.
Diffstat (limited to 'src/lib/libcrypto/cms/cms_cd.c')
-rw-r--r-- | src/lib/libcrypto/cms/cms_cd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/cms/cms_cd.c b/src/lib/libcrypto/cms/cms_cd.c index 7561acccd6..8882f1c898 100644 --- a/src/lib/libcrypto/cms/cms_cd.c +++ b/src/lib/libcrypto/cms/cms_cd.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: cms_cd.c,v 1.10 2019/08/10 16:03:53 jsing Exp $ */ | 1 | /* $OpenBSD: cms_cd.c,v 1.11 2019/08/10 16:39:17 jsing Exp $ */ |
2 | /* | 2 | /* |
3 | * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 3 | * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
4 | * project. | 4 | * project. |
@@ -52,7 +52,7 @@ | |||
52 | * ==================================================================== | 52 | * ==================================================================== |
53 | */ | 53 | */ |
54 | 54 | ||
55 | #include "internal/cryptlib.h" | 55 | #include "cryptlib.h" |
56 | #include <openssl/asn1t.h> | 56 | #include <openssl/asn1t.h> |
57 | #include <openssl/pem.h> | 57 | #include <openssl/pem.h> |
58 | #include <openssl/x509v3.h> | 58 | #include <openssl/x509v3.h> |