From d2294fe6ec6b67e094cc8b699125f5d1027c17e3 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sat, 10 Aug 2019 16:39:17 +0000 Subject: Fix includes for non-installed headers. --- src/lib/libcrypto/cms/cms_sd.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/lib/libcrypto/cms/cms_sd.c') diff --git a/src/lib/libcrypto/cms/cms_sd.c b/src/lib/libcrypto/cms/cms_sd.c index 0aa6f1a7c6..b5b6dc4e67 100644 --- a/src/lib/libcrypto/cms/cms_sd.c +++ b/src/lib/libcrypto/cms/cms_sd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cms_sd.c,v 1.14 2019/08/10 16:03:54 jsing Exp $ */ +/* $OpenBSD: cms_sd.c,v 1.15 2019/08/10 16:39:17 jsing Exp $ */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. @@ -52,7 +52,7 @@ * ==================================================================== */ -#include "internal/cryptlib.h" +#include "cryptlib.h" #include #include #include @@ -60,8 +60,8 @@ #include #include #include "cms_lcl.h" -#include "internal/asn1_int.h" -#include "internal/evp_int.h" +#include "asn1/asn1_locl.h" +#include "evp/evp_locl.h" /* CMS SignedData Utilities */ -- cgit v1.2.3-55-g6feb