summaryrefslogtreecommitdiffstats
path: root/providers/common
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2021-05-28 18:09:51 +0200
committerShane Lontis <shane.lontis@oracle.com>2021-05-31 09:34:34 +1000
commite43dc9b2438892f2adb7375ce9147e84b791ab97 (patch)
tree1974cbbff0863d172b14bea36f74c5dcd6be8a5e /providers/common
parent3bcc933ec4032a4b9eb0450adc07341678fe9e28 (diff)
Add the usual autowarn perl snippet in providers/common/der/*.in
We have this in all other .in files, so these should have that as well. Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/15524)
Diffstat (limited to 'providers/common')
-rw-r--r--providers/common/der/der_digests.h.in2
-rw-r--r--providers/common/der/der_digests_gen.c.in2
-rw-r--r--providers/common/der/der_dsa.h.in2
-rw-r--r--providers/common/der/der_dsa_gen.c.in2
-rw-r--r--providers/common/der/der_ec.h.in2
-rw-r--r--providers/common/der/der_ec_gen.c.in2
-rw-r--r--providers/common/der/der_ecx.h.in2
-rw-r--r--providers/common/der/der_ecx_gen.c.in2
-rw-r--r--providers/common/der/der_rsa.h.in2
-rw-r--r--providers/common/der/der_rsa_gen.c.in2
-rw-r--r--providers/common/der/der_sm2.h.in2
-rw-r--r--providers/common/der/der_sm2_gen.c.in2
-rw-r--r--providers/common/der/der_wrap.h.in2
-rw-r--r--providers/common/der/der_wrap_gen.c.in2
14 files changed, 28 insertions, 0 deletions
diff --git a/providers/common/der/der_digests.h.in b/providers/common/der/der_digests.h.in
index 91fbe1f72c..9ebd898965 100644
--- a/providers/common/der/der_digests.h.in
+++ b/providers/common/der/der_digests.h.in
@@ -1,4 +1,6 @@
/*
+ * {- join("\n * ", @autowarntext) -}
+ *
* Copyright 2020 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
diff --git a/providers/common/der/der_digests_gen.c.in b/providers/common/der/der_digests_gen.c.in
index 433c107420..7d0fb8f12c 100644
--- a/providers/common/der/der_digests_gen.c.in
+++ b/providers/common/der/der_digests_gen.c.in
@@ -1,4 +1,6 @@
/*
+ * {- join("\n * ", @autowarntext) -}
+ *
* Copyright 2020 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
diff --git a/providers/common/der/der_dsa.h.in b/providers/common/der/der_dsa.h.in
index e24c9845a9..0d478f69d7 100644
--- a/providers/common/der/der_dsa.h.in
+++ b/providers/common/der/der_dsa.h.in
@@ -1,4 +1,6 @@
/*
+ * {- join("\n * ", @autowarntext) -}
+ *
* Copyright 2020 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
diff --git a/providers/common/der/der_dsa_gen.c.in b/providers/common/der/der_dsa_gen.c.in
index 33ea5fa90b..341404e88a 100644
--- a/providers/common/der/der_dsa_gen.c.in
+++ b/providers/common/der/der_dsa_gen.c.in
@@ -1,4 +1,6 @@
/*
+ * {- join("\n * ", @autowarntext) -}
+ *
* Copyright 2020 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
diff --git a/providers/common/der/der_ec.h.in b/providers/common/der/der_ec.h.in
index ced08c4cfa..ebc9bb0310 100644
--- a/providers/common/der/der_ec.h.in
+++ b/providers/common/der/der_ec.h.in
@@ -1,4 +1,6 @@
/*
+ * {- join("\n * ", @autowarntext) -}
+ *
* Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
diff --git a/providers/common/der/der_ec_gen.c.in b/providers/common/der/der_ec_gen.c.in
index 40acf9a31c..04b85a9b4d 100644
--- a/providers/common/der/der_ec_gen.c.in
+++ b/providers/common/der/der_ec_gen.c.in
@@ -1,4 +1,6 @@
/*
+ * {- join("\n * ", @autowarntext) -}
+ *
* Copyright 2020 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
diff --git a/providers/common/der/der_ecx.h.in b/providers/common/der/der_ecx.h.in
index ae2310c829..7f2d0a7fc2 100644
--- a/providers/common/der/der_ecx.h.in
+++ b/providers/common/der/der_ecx.h.in
@@ -1,4 +1,6 @@
/*
+ * {- join("\n * ", @autowarntext) -}
+ *
* Copyright 2020 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
diff --git a/providers/common/der/der_ecx_gen.c.in b/providers/common/der/der_ecx_gen.c.in
index a0ed9dd0b2..318acc1d20 100644
--- a/providers/common/der/der_ecx_gen.c.in
+++ b/providers/common/der/der_ecx_gen.c.in
@@ -1,4 +1,6 @@
/*
+ * {- join("\n * ", @autowarntext) -}
+ *
* Copyright 2020 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
diff --git a/providers/common/der/der_rsa.h.in b/providers/common/der/der_rsa.h.in
index 9341bfcf31..97e5377358 100644
--- a/providers/common/der/der_rsa.h.in
+++ b/providers/common/der/der_rsa.h.in
@@ -1,4 +1,6 @@
/*
+ * {- join("\n * ", @autowarntext) -}
+ *
* Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
diff --git a/providers/common/der/der_rsa_gen.c.in b/providers/common/der/der_rsa_gen.c.in
index 0d1ca0b10b..c639aadb62 100644
--- a/providers/common/der/der_rsa_gen.c.in
+++ b/providers/common/der/der_rsa_gen.c.in
@@ -1,4 +1,6 @@
/*
+ * {- join("\n * ", @autowarntext) -}
+ *
* Copyright 2020 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
diff --git a/providers/common/der/der_sm2.h.in b/providers/common/der/der_sm2.h.in
index fe21095e59..f4f2bd72ee 100644
--- a/providers/common/der/der_sm2.h.in
+++ b/providers/common/der/der_sm2.h.in
@@ -1,4 +1,6 @@
/*
+ * {- join("\n * ", @autowarntext) -}
+ *
* Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
diff --git a/providers/common/der/der_sm2_gen.c.in b/providers/common/der/der_sm2_gen.c.in
index fc3c4461df..5fdaeefe87 100644
--- a/providers/common/der/der_sm2_gen.c.in
+++ b/providers/common/der/der_sm2_gen.c.in
@@ -1,4 +1,6 @@
/*
+ * {- join("\n * ", @autowarntext) -}
+ *
* Copyright 2020 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
diff --git a/providers/common/der/der_wrap.h.in b/providers/common/der/der_wrap.h.in
index 5348fc4697..a80109335a 100644
--- a/providers/common/der/der_wrap.h.in
+++ b/providers/common/der/der_wrap.h.in
@@ -1,4 +1,6 @@
/*
+ * {- join("\n * ", @autowarntext) -}
+ *
* Copyright 2020 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
diff --git a/providers/common/der/der_wrap_gen.c.in b/providers/common/der/der_wrap_gen.c.in
index b74c334b53..353dee39da 100644
--- a/providers/common/der/der_wrap_gen.c.in
+++ b/providers/common/der/der_wrap_gen.c.in
@@ -1,4 +1,6 @@
/*
+ * {- join("\n * ", @autowarntext) -}
+ *
* Copyright 2020 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use