[openssl] master update

shane.lontis at oracle.com shane.lontis at oracle.com
Sun May 30 23:38:21 UTC 2021


The branch master has been updated
       via  e43dc9b2438892f2adb7375ce9147e84b791ab97 (commit)
      from  3bcc933ec4032a4b9eb0450adc07341678fe9e28 (commit)


- Log -----------------------------------------------------------------
commit e43dc9b2438892f2adb7375ce9147e84b791ab97
Author: Richard Levitte <levitte at openssl.org>
Date:   Fri May 28 18:09:51 2021 +0200

    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 at openssl.org>
    Reviewed-by: Paul Dale <pauli at openssl.org>
    Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
    (Merged from https://github.com/openssl/openssl/pull/15524)

-----------------------------------------------------------------------

Summary of changes:
 providers/common/der/der_digests.h.in     | 2 ++
 providers/common/der/der_digests_gen.c.in | 2 ++
 providers/common/der/der_dsa.h.in         | 2 ++
 providers/common/der/der_dsa_gen.c.in     | 2 ++
 providers/common/der/der_ec.h.in          | 2 ++
 providers/common/der/der_ec_gen.c.in      | 2 ++
 providers/common/der/der_ecx.h.in         | 2 ++
 providers/common/der/der_ecx_gen.c.in     | 2 ++
 providers/common/der/der_rsa.h.in         | 2 ++
 providers/common/der/der_rsa_gen.c.in     | 2 ++
 providers/common/der/der_sm2.h.in         | 2 ++
 providers/common/der/der_sm2_gen.c.in     | 2 ++
 providers/common/der/der_wrap.h.in        | 2 ++
 providers/common/der/der_wrap_gen.c.in    | 2 ++
 14 files changed, 28 insertions(+)

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


More information about the openssl-commits mailing list