diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2019-08-10 16:39:18 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2019-08-10 16:39:18 +0000 |
commit | 9ba1bc30aa75544d0e27c90499b13657bffbe2b2 (patch) | |
tree | e9e03a0c093a4d8bbab4d52d4f0dcb4b6b7fea81 /lib/libcrypto/cms/cms_ess.c | |
parent | 5053f66513c6b5094901d15e58727b8da061e816 (diff) |
Fix includes for non-installed headers.
Diffstat (limited to 'lib/libcrypto/cms/cms_ess.c')
-rw-r--r-- | lib/libcrypto/cms/cms_ess.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/cms/cms_ess.c b/lib/libcrypto/cms/cms_ess.c index 1aca936f7fc..d1483c4d49a 100644 --- a/lib/libcrypto/cms/cms_ess.c +++ b/lib/libcrypto/cms/cms_ess.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cms_ess.c,v 1.11 2019/08/10 16:03:54 jsing Exp $ */ +/* $OpenBSD: cms_ess.c,v 1.12 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 <openssl/asn1t.h> #include <openssl/pem.h> #include <openssl/rand.h> |