summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjsing <>2019-08-10 16:39:17 +0000
committerjsing <>2019-08-10 16:39:17 +0000
commitd2294fe6ec6b67e094cc8b699125f5d1027c17e3 (patch)
treedc5392fe60fad67f6fe52c6bd41e202bae1e31c9
parentb01b00fb95cf0b3b49b443caa121fd70172439cf (diff)
downloadopenbsd-d2294fe6ec6b67e094cc8b699125f5d1027c17e3.tar.gz
openbsd-d2294fe6ec6b67e094cc8b699125f5d1027c17e3.tar.bz2
openbsd-d2294fe6ec6b67e094cc8b699125f5d1027c17e3.zip
Fix includes for non-installed headers.
-rw-r--r--src/lib/libcrypto/cms/cms_cd.c4
-rw-r--r--src/lib/libcrypto/cms/cms_dd.c4
-rw-r--r--src/lib/libcrypto/cms/cms_enc.c4
-rw-r--r--src/lib/libcrypto/cms/cms_env.c8
-rw-r--r--src/lib/libcrypto/cms/cms_ess.c4
-rw-r--r--src/lib/libcrypto/cms/cms_kari.c6
-rw-r--r--src/lib/libcrypto/cms/cms_pwri.c6
-rw-r--r--src/lib/libcrypto/cms/cms_sd.c8
-rw-r--r--src/lib/libcrypto/cms/cms_smime.c6
9 files changed, 25 insertions, 25 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>
diff --git a/src/lib/libcrypto/cms/cms_dd.c b/src/lib/libcrypto/cms/cms_dd.c
index 01f8879ded..1f834b6efb 100644
--- a/src/lib/libcrypto/cms/cms_dd.c
+++ b/src/lib/libcrypto/cms/cms_dd.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: cms_dd.c,v 1.8 2019/08/10 16:03:53 jsing Exp $ */ 1/* $OpenBSD: cms_dd.c,v 1.9 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>
diff --git a/src/lib/libcrypto/cms/cms_enc.c b/src/lib/libcrypto/cms/cms_enc.c
index 7adf3bcb0c..c8a3d705b5 100644
--- a/src/lib/libcrypto/cms/cms_enc.c
+++ b/src/lib/libcrypto/cms/cms_enc.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: cms_enc.c,v 1.11 2019/08/10 16:03:53 jsing Exp $ */ 1/* $OpenBSD: cms_enc.c,v 1.12 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>
diff --git a/src/lib/libcrypto/cms/cms_env.c b/src/lib/libcrypto/cms/cms_env.c
index 0868466345..ee92fc39ee 100644
--- a/src/lib/libcrypto/cms/cms_env.c
+++ b/src/lib/libcrypto/cms/cms_env.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: cms_env.c,v 1.13 2019/08/10 16:03:54 jsing Exp $ */ 1/* $OpenBSD: cms_env.c,v 1.14 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>
@@ -60,8 +60,8 @@
60#include <openssl/cms.h> 60#include <openssl/cms.h>
61#include <openssl/aes.h> 61#include <openssl/aes.h>
62#include "cms_lcl.h" 62#include "cms_lcl.h"
63#include "internal/asn1_int.h" 63#include "asn1/asn1_locl.h"
64#include "internal/evp_int.h" 64#include "evp/evp_locl.h"
65 65
66/* CMS EnvelopedData Utilities */ 66/* CMS EnvelopedData Utilities */
67 67
diff --git a/src/lib/libcrypto/cms/cms_ess.c b/src/lib/libcrypto/cms/cms_ess.c
index 1aca936f7f..d1483c4d49 100644
--- a/src/lib/libcrypto/cms/cms_ess.c
+++ b/src/lib/libcrypto/cms/cms_ess.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: cms_ess.c,v 1.11 2019/08/10 16:03:54 jsing Exp $ */ 1/* $OpenBSD: cms_ess.c,v 1.12 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/rand.h> 58#include <openssl/rand.h>
diff --git a/src/lib/libcrypto/cms/cms_kari.c b/src/lib/libcrypto/cms/cms_kari.c
index 54161c73a5..8a52d8401c 100644
--- a/src/lib/libcrypto/cms/cms_kari.c
+++ b/src/lib/libcrypto/cms/cms_kari.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: cms_kari.c,v 1.3 2019/08/10 16:03:54 jsing Exp $ */ 1/* $OpenBSD: cms_kari.c,v 1.4 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>
@@ -60,7 +60,7 @@
60#include <openssl/cms.h> 60#include <openssl/cms.h>
61#include <openssl/aes.h> 61#include <openssl/aes.h>
62#include "cms_lcl.h" 62#include "cms_lcl.h"
63#include "internal/asn1_int.h" 63#include "asn1/asn1_locl.h"
64 64
65/* Key Agreement Recipient Info (KARI) routines */ 65/* Key Agreement Recipient Info (KARI) routines */
66 66
diff --git a/src/lib/libcrypto/cms/cms_pwri.c b/src/lib/libcrypto/cms/cms_pwri.c
index acddf51c40..a8030471e6 100644
--- a/src/lib/libcrypto/cms/cms_pwri.c
+++ b/src/lib/libcrypto/cms/cms_pwri.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: cms_pwri.c,v 1.14 2019/08/10 16:03:54 jsing Exp $ */ 1/* $OpenBSD: cms_pwri.c,v 1.15 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>
@@ -61,7 +61,7 @@
61#include <openssl/rand.h> 61#include <openssl/rand.h>
62#include <openssl/aes.h> 62#include <openssl/aes.h>
63#include "cms_lcl.h" 63#include "cms_lcl.h"
64#include "internal/asn1_int.h" 64#include "asn1/asn1_locl.h"
65 65
66int CMS_RecipientInfo_set0_password(CMS_RecipientInfo *ri, 66int CMS_RecipientInfo_set0_password(CMS_RecipientInfo *ri,
67 unsigned char *pass, ossl_ssize_t passlen) 67 unsigned char *pass, ossl_ssize_t passlen)
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 @@
1/* $OpenBSD: cms_sd.c,v 1.14 2019/08/10 16:03:54 jsing Exp $ */ 1/* $OpenBSD: cms_sd.c,v 1.15 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/x509.h> 58#include <openssl/x509.h>
@@ -60,8 +60,8 @@
60#include <openssl/err.h> 60#include <openssl/err.h>
61#include <openssl/cms.h> 61#include <openssl/cms.h>
62#include "cms_lcl.h" 62#include "cms_lcl.h"
63#include "internal/asn1_int.h" 63#include "asn1/asn1_locl.h"
64#include "internal/evp_int.h" 64#include "evp/evp_locl.h"
65 65
66/* CMS SignedData Utilities */ 66/* CMS SignedData Utilities */
67 67
diff --git a/src/lib/libcrypto/cms/cms_smime.c b/src/lib/libcrypto/cms/cms_smime.c
index 48ec8141f1..fcb263da64 100644
--- a/src/lib/libcrypto/cms/cms_smime.c
+++ b/src/lib/libcrypto/cms/cms_smime.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: cms_smime.c,v 1.17 2019/08/10 16:03:54 jsing Exp $ */ 1/* $OpenBSD: cms_smime.c,v 1.18 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,14 +52,14 @@
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/x509.h> 57#include <openssl/x509.h>
58#include <openssl/x509v3.h> 58#include <openssl/x509v3.h>
59#include <openssl/err.h> 59#include <openssl/err.h>
60#include <openssl/cms.h> 60#include <openssl/cms.h>
61#include "cms_lcl.h" 61#include "cms_lcl.h"
62#include "internal/asn1_int.h" 62#include "asn1/asn1_locl.h"
63 63
64static BIO *cms_get_text_bio(BIO *out, unsigned int flags) 64static BIO *cms_get_text_bio(BIO *out, unsigned int flags)
65{ 65{