From e43dc9b2438892f2adb7375ce9147e84b791ab97 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 28 May 2021 18:09:51 +0200 Subject: [PATCH] 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 Reviewed-by: Paul Dale Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/15524) --- 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 91fbe1f72ce..9ebd898965f 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 433c1074204..7d0fb8f12cf 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 e24c9845a9d..0d478f69d72 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 33ea5fa90bd..341404e88aa 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 ced08c4cfae..ebc9bb0310e 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 40acf9a31c0..04b85a9b4d2 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 ae2310c8299..7f2d0a7fc23 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 a0ed9dd0b28..318acc1d209 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 9341bfcf315..97e5377358c 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 0d1ca0b10b8..c639aadb624 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 fe21095e59d..f4f2bd72ee9 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 fc3c4461df3..5fdaeefe874 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 5348fc46978..a80109335a9 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 b74c334b53b..353dee39da1 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 -- 2.47.2