summaryrefslogtreecommitdiffstats
path: root/providers/common
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2021-05-31 18:45:44 +1000
committerShane Lontis <shane.lontis@oracle.com>2021-06-01 15:31:06 +1000
commitf7c1b472bf0a790b9c87e1c87e48897d6413ec45 (patch)
tree6638aa059bb33e90671984dec8700730aa3ee8d8 /providers/common
parent3c15d677054b952c707aeaf781aec42b86a54ebb (diff)
Move provider der_XXX.h.in files to the include directory.
Fixes #15506 The .in and generated .h files are now in the same directory. Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15544)
Diffstat (limited to 'providers/common')
-rw-r--r--providers/common/der/build.info14
-rw-r--r--providers/common/include/prov/der_digests.h.in (renamed from providers/common/der/der_digests.h.in)0
-rw-r--r--providers/common/include/prov/der_dsa.h.in (renamed from providers/common/der/der_dsa.h.in)0
-rw-r--r--providers/common/include/prov/der_ec.h.in (renamed from providers/common/der/der_ec.h.in)0
-rw-r--r--providers/common/include/prov/der_ecx.h.in (renamed from providers/common/der/der_ecx.h.in)0
-rw-r--r--providers/common/include/prov/der_rsa.h.in (renamed from providers/common/der/der_rsa.h.in)0
-rw-r--r--providers/common/include/prov/der_sm2.h.in (renamed from providers/common/der/der_sm2.h.in)0
-rw-r--r--providers/common/include/prov/der_wrap.h.in (renamed from providers/common/der/der_wrap.h.in)0
8 files changed, 7 insertions, 7 deletions
diff --git a/providers/common/der/build.info b/providers/common/der/build.info
index 87ac2eb11c..b849a79bee 100644
--- a/providers/common/der/build.info
+++ b/providers/common/der/build.info
@@ -6,7 +6,7 @@ GENERATE[$DER_DIGESTS_GEN]=der_digests_gen.c.in
DEPEND[$DER_DIGESTS_GEN]=oids_to_c.pm NIST.asn1 DIGESTS.asn1
DEPEND[${DER_DIGESTS_GEN/.c/.o}]=$DER_DIGESTS_H
-GENERATE[$DER_DIGESTS_H]=der_digests.h.in
+GENERATE[$DER_DIGESTS_H]=../include/prov/der_digests.h.in
DEPEND[$DER_DIGESTS_H]=oids_to_c.pm NIST.asn1 DIGESTS.asn1
#----- RSA
@@ -21,7 +21,7 @@ DEPEND[$DER_RSA_GEN]=oids_to_c.pm NIST.asn1 RSA.asn1
DEPEND[${DER_RSA_AUX/.c/.o}]=$DER_RSA_H $DER_DIGESTS_H
DEPEND[${DER_RSA_GEN/.c/.o}]=$DER_RSA_H
-GENERATE[$DER_RSA_H]=der_rsa.h.in
+GENERATE[$DER_RSA_H]=../include/prov/der_rsa.h.in
DEPEND[$DER_RSA_H]=oids_to_c.pm NIST.asn1 RSA.asn1
#----- DSA
@@ -35,7 +35,7 @@ IF[{- !$disabled{dsa} -}]
DEPEND[${DER_DSA_AUX/.c/.o}]=$DER_DSA_H $DER_DIGESTS_H
DEPEND[${DER_DSA_GEN/.c/.o}]=$DER_DSA_H
- GENERATE[$DER_DSA_H]=der_dsa.h.in
+ GENERATE[$DER_DSA_H]=../include/prov/der_dsa.h.in
DEPEND[$DER_DSA_H]=oids_to_c.pm DSA.asn1
ENDIF
@@ -50,7 +50,7 @@ IF[{- !$disabled{ec} -}]
DEPEND[${DER_EC_AUX/.c/.o}]=$DER_EC_H $DER_DIGESTS_H
DEPEND[${DER_EC_GEN/.c/.o}]=$DER_EC_H
- GENERATE[$DER_EC_H]=der_ec.h.in
+ GENERATE[$DER_EC_H]=../include/prov/der_ec.h.in
DEPEND[$DER_EC_H]=oids_to_c.pm EC.asn1
ENDIF
@@ -65,7 +65,7 @@ IF[{- !$disabled{ec} -}]
DEPEND[${DER_ECX_AUX/.c/.o}]=$DER_ECX_H
DEPEND[${DER_ECX_GEN/.c/.o}]=$DER_ECX_H
- GENERATE[$DER_ECX_H]=der_ecx.h.in
+ GENERATE[$DER_ECX_H]=../include/prov/der_ecx.h.in
DEPEND[$DER_ECX_H]=oids_to_c.pm ECX.asn1
ENDIF
@@ -77,7 +77,7 @@ GENERATE[$DER_WRAP_GEN]=der_wrap_gen.c.in
DEPEND[$DER_WRAP_GEN]=oids_to_c.pm wrap.asn1
DEPEND[${DER_WRAP_GEN/.c/.o}]=$DER_WRAP_H
-GENERATE[$DER_WRAP_H]=der_wrap.h.in
+GENERATE[$DER_WRAP_H]=../include/prov/der_wrap.h.in
DEPEND[$DER_WRAP_H]=oids_to_c.pm wrap.asn1
#----- SM2
@@ -91,7 +91,7 @@ IF[{- !$disabled{sm2} -}]
DEPEND[${DER_SM2_AUX/.c/.o}]=$DER_SM2_H $DER_EC_H
DEPEND[${DER_SM2_GEN/.c/.o}]=$DER_SM2_H
- GENERATE[$DER_SM2_H]=der_sm2.h.in
+ GENERATE[$DER_SM2_H]=../include/prov/der_sm2.h.in
DEPEND[$DER_SM2_H]=oids_to_c.pm SM2.asn1
ENDIF
diff --git a/providers/common/der/der_digests.h.in b/providers/common/include/prov/der_digests.h.in
index 9ebd898965..9ebd898965 100644
--- a/providers/common/der/der_digests.h.in
+++ b/providers/common/include/prov/der_digests.h.in
diff --git a/providers/common/der/der_dsa.h.in b/providers/common/include/prov/der_dsa.h.in
index 0d478f69d7..0d478f69d7 100644
--- a/providers/common/der/der_dsa.h.in
+++ b/providers/common/include/prov/der_dsa.h.in
diff --git a/providers/common/der/der_ec.h.in b/providers/common/include/prov/der_ec.h.in
index ebc9bb0310..ebc9bb0310 100644
--- a/providers/common/der/der_ec.h.in
+++ b/providers/common/include/prov/der_ec.h.in
diff --git a/providers/common/der/der_ecx.h.in b/providers/common/include/prov/der_ecx.h.in
index 7f2d0a7fc2..7f2d0a7fc2 100644
--- a/providers/common/der/der_ecx.h.in
+++ b/providers/common/include/prov/der_ecx.h.in
diff --git a/providers/common/der/der_rsa.h.in b/providers/common/include/prov/der_rsa.h.in
index 97e5377358..97e5377358 100644
--- a/providers/common/der/der_rsa.h.in
+++ b/providers/common/include/prov/der_rsa.h.in
diff --git a/providers/common/der/der_sm2.h.in b/providers/common/include/prov/der_sm2.h.in
index f4f2bd72ee..f4f2bd72ee 100644
--- a/providers/common/der/der_sm2.h.in
+++ b/providers/common/include/prov/der_sm2.h.in
diff --git a/providers/common/der/der_wrap.h.in b/providers/common/include/prov/der_wrap.h.in
index a80109335a..a80109335a 100644
--- a/providers/common/der/der_wrap.h.in
+++ b/providers/common/include/prov/der_wrap.h.in