From 9ba1bc30aa75544d0e27c90499b13657bffbe2b2 Mon Sep 17 00:00:00 2001 From: Joel Sing Date: Sat, 10 Aug 2019 16:39:18 +0000 Subject: Fix includes for non-installed headers. --- lib/libcrypto/cms/cms_pwri.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/libcrypto/cms/cms_pwri.c') diff --git a/lib/libcrypto/cms/cms_pwri.c b/lib/libcrypto/cms/cms_pwri.c index acddf51c401..a8030471e66 100644 --- a/lib/libcrypto/cms/cms_pwri.c +++ b/lib/libcrypto/cms/cms_pwri.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cms_pwri.c,v 1.14 2019/08/10 16:03:54 jsing Exp $ */ +/* $OpenBSD: cms_pwri.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 @@ -61,7 +61,7 @@ #include #include #include "cms_lcl.h" -#include "internal/asn1_int.h" +#include "asn1/asn1_locl.h" int CMS_RecipientInfo_set0_password(CMS_RecipientInfo *ri, unsigned char *pass, ossl_ssize_t passlen) -- cgit v1.2.3