[openssl] master update

matthias.st.pierre at ncp-e.com matthias.st.pierre at ncp-e.com
Wed Apr 15 08:07:30 UTC 2020


The branch master has been updated
       via  9bf475fcf366c386d8757c6c6fd9f9313a0b310a (commit)
      from  ff1f7cdeb159e89ce305422b6e2a7e4002d825ab (commit)


- Log -----------------------------------------------------------------
commit 9bf475fcf366c386d8757c6c6fd9f9313a0b310a
Author: Dr. Matthias St. Pierre <matthias.st.pierre at ncp-e.com>
Date:   Mon Apr 13 23:09:45 2020 +0200

    mkerr: remove legacy guards from generated error headers
    
    In pull request #9333, legacy guards were added to the generated
    error headers, but the mkerr.pl script was not adjusted accordingly.
    So the legacy guards were removed by subsequent `make update` calls.
    
    Fixing the mkerr.pl script properly was disproportionately complicated
    by the fact that adding legacy guards only made sense for files which
    already existed in version 1.1.1. To keep things simple, it was decided
    to drop the legacy guards from the generated headers entirely.
    
    Fixes #10569
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/11541)

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

Summary of changes:
 include/openssl/asn1err.h    | 5 -----
 include/openssl/asyncerr.h   | 5 -----
 include/openssl/bioerr.h     | 5 -----
 include/openssl/bnerr.h      | 5 -----
 include/openssl/buffererr.h  | 5 -----
 include/openssl/cmserr.h     | 5 -----
 include/openssl/comperr.h    | 5 -----
 include/openssl/conferr.h    | 5 -----
 include/openssl/cryptoerr.h  | 5 -----
 include/openssl/cterr.h      | 5 -----
 include/openssl/dherr.h      | 5 -----
 include/openssl/dsaerr.h     | 5 -----
 include/openssl/ecerr.h      | 5 -----
 include/openssl/engineerr.h  | 5 -----
 include/openssl/kdferr.h     | 5 -----
 include/openssl/objectserr.h | 5 -----
 include/openssl/ocsperr.h    | 5 -----
 include/openssl/pemerr.h     | 5 -----
 include/openssl/pkcs12err.h  | 5 -----
 include/openssl/pkcs7err.h   | 5 -----
 include/openssl/randerr.h    | 5 -----
 include/openssl/rsaerr.h     | 5 -----
 include/openssl/sslerr.h     | 5 -----
 include/openssl/storeerr.h   | 5 -----
 include/openssl/tserr.h      | 5 -----
 include/openssl/uierr.h      | 5 -----
 include/openssl/x509err.h    | 5 -----
 include/openssl/x509v3err.h  | 5 -----
 util/mkerr.pl                | 1 +
 29 files changed, 1 insertion(+), 140 deletions(-)

diff --git a/include/openssl/asn1err.h b/include/openssl/asn1err.h
index 15f993915a..a9bfc016fb 100644
--- a/include/openssl/asn1err.h
+++ b/include/openssl/asn1err.h
@@ -12,11 +12,6 @@
 # define OPENSSL_ASN1ERR_H
 # pragma once
 
-# include <openssl/macros.h>
-# ifndef OPENSSL_NO_DEPRECATED_3_0
-#  define HEADER_ASN1ERR_H
-# endif
-
 # include <openssl/opensslconf.h>
 # include <openssl/symhacks.h>
 
diff --git a/include/openssl/asyncerr.h b/include/openssl/asyncerr.h
index 17defd0494..66cfc32d94 100644
--- a/include/openssl/asyncerr.h
+++ b/include/openssl/asyncerr.h
@@ -12,11 +12,6 @@
 # define OPENSSL_ASYNCERR_H
 # pragma once
 
-# include <openssl/macros.h>
-# ifndef OPENSSL_NO_DEPRECATED_3_0
-#  define HEADER_ASYNCERR_H
-# endif
-
 # include <openssl/opensslconf.h>
 # include <openssl/symhacks.h>
 
diff --git a/include/openssl/bioerr.h b/include/openssl/bioerr.h
index 95cc05651f..fe7d36ebd3 100644
--- a/include/openssl/bioerr.h
+++ b/include/openssl/bioerr.h
@@ -12,11 +12,6 @@
 # define OPENSSL_BIOERR_H
 # pragma once
 
-# include <openssl/macros.h>
-# ifndef OPENSSL_NO_DEPRECATED_3_0
-#  define HEADER_BIOERR_H
-# endif
-
 # include <openssl/opensslconf.h>
 # include <openssl/symhacks.h>
 
diff --git a/include/openssl/bnerr.h b/include/openssl/bnerr.h
index cce4cbbf97..8e03cf85e1 100644
--- a/include/openssl/bnerr.h
+++ b/include/openssl/bnerr.h
@@ -12,11 +12,6 @@
 # define OPENSSL_BNERR_H
 # pragma once
 
-# include <openssl/macros.h>
-# ifndef OPENSSL_NO_DEPRECATED_3_0
-#  define HEADER_BNERR_H
-# endif
-
 # include <openssl/opensslconf.h>
 # include <openssl/symhacks.h>
 
diff --git a/include/openssl/buffererr.h b/include/openssl/buffererr.h
index 1a5de3a65d..e7674fd8fc 100644
--- a/include/openssl/buffererr.h
+++ b/include/openssl/buffererr.h
@@ -12,11 +12,6 @@
 # define OPENSSL_BUFFERERR_H
 # pragma once
 
-# include <openssl/macros.h>
-# ifndef OPENSSL_NO_DEPRECATED_3_0
-#  define HEADER_BUFERR_H
-# endif
-
 # include <openssl/opensslconf.h>
 # include <openssl/symhacks.h>
 
diff --git a/include/openssl/cmserr.h b/include/openssl/cmserr.h
index d4d8134171..6cff785caa 100644
--- a/include/openssl/cmserr.h
+++ b/include/openssl/cmserr.h
@@ -12,11 +12,6 @@
 # define OPENSSL_CMSERR_H
 # pragma once
 
-# include <openssl/macros.h>
-# ifndef OPENSSL_NO_DEPRECATED_3_0
-#  define HEADER_CMSERR_H
-# endif
-
 # include <openssl/opensslconf.h>
 # include <openssl/symhacks.h>
 
diff --git a/include/openssl/comperr.h b/include/openssl/comperr.h
index 47945628ee..03176b4f98 100644
--- a/include/openssl/comperr.h
+++ b/include/openssl/comperr.h
@@ -12,11 +12,6 @@
 # define OPENSSL_COMPERR_H
 # pragma once
 
-# include <openssl/macros.h>
-# ifndef OPENSSL_NO_DEPRECATED_3_0
-#  define HEADER_COMPERR_H
-# endif
-
 # include <openssl/opensslconf.h>
 # include <openssl/symhacks.h>
 
diff --git a/include/openssl/conferr.h b/include/openssl/conferr.h
index b3d2596f68..f66f2e8a81 100644
--- a/include/openssl/conferr.h
+++ b/include/openssl/conferr.h
@@ -12,11 +12,6 @@
 # define OPENSSL_CONFERR_H
 # pragma once
 
-# include <openssl/macros.h>
-# ifndef OPENSSL_NO_DEPRECATED_3_0
-#  define HEADER_CONFERR_H
-# endif
-
 # include <openssl/opensslconf.h>
 # include <openssl/symhacks.h>
 
diff --git a/include/openssl/cryptoerr.h b/include/openssl/cryptoerr.h
index ae146c4079..631a930dae 100644
--- a/include/openssl/cryptoerr.h
+++ b/include/openssl/cryptoerr.h
@@ -12,11 +12,6 @@
 # define OPENSSL_CRYPTOERR_H
 # pragma once
 
-# include <openssl/macros.h>
-# ifndef OPENSSL_NO_DEPRECATED_3_0
-#  define HEADER_CRYPTOERR_H
-# endif
-
 # include <openssl/opensslconf.h>
 # include <openssl/symhacks.h>
 
diff --git a/include/openssl/cterr.h b/include/openssl/cterr.h
index b0d904eb1f..0d50c0bfdd 100644
--- a/include/openssl/cterr.h
+++ b/include/openssl/cterr.h
@@ -12,11 +12,6 @@
 # define OPENSSL_CTERR_H
 # pragma once
 
-# include <openssl/macros.h>
-# ifndef OPENSSL_NO_DEPRECATED_3_0
-#  define HEADER_CTERR_H
-# endif
-
 # include <openssl/opensslconf.h>
 # include <openssl/symhacks.h>
 
diff --git a/include/openssl/dherr.h b/include/openssl/dherr.h
index 463019d0e1..4410ff3346 100644
--- a/include/openssl/dherr.h
+++ b/include/openssl/dherr.h
@@ -12,11 +12,6 @@
 # define OPENSSL_DHERR_H
 # pragma once
 
-# include <openssl/macros.h>
-# ifndef OPENSSL_NO_DEPRECATED_3_0
-#  define HEADER_DHERR_H
-# endif
-
 # include <openssl/opensslconf.h>
 # include <openssl/symhacks.h>
 
diff --git a/include/openssl/dsaerr.h b/include/openssl/dsaerr.h
index 48dd7d03b7..0d70b96a02 100644
--- a/include/openssl/dsaerr.h
+++ b/include/openssl/dsaerr.h
@@ -12,11 +12,6 @@
 # define OPENSSL_DSAERR_H
 # pragma once
 
-# include <openssl/macros.h>
-# ifndef OPENSSL_NO_DEPRECATED_3_0
-#  define HEADER_DSAERR_H
-# endif
-
 # include <openssl/opensslconf.h>
 # include <openssl/symhacks.h>
 
diff --git a/include/openssl/ecerr.h b/include/openssl/ecerr.h
index 88399db50d..41d592b085 100644
--- a/include/openssl/ecerr.h
+++ b/include/openssl/ecerr.h
@@ -12,11 +12,6 @@
 # define OPENSSL_ECERR_H
 # pragma once
 
-# include <openssl/macros.h>
-# ifndef OPENSSL_NO_DEPRECATED_3_0
-#  define HEADER_ECERR_H
-# endif
-
 # include <openssl/opensslconf.h>
 # include <openssl/symhacks.h>
 
diff --git a/include/openssl/engineerr.h b/include/openssl/engineerr.h
index 006d73a431..b103a0cf6a 100644
--- a/include/openssl/engineerr.h
+++ b/include/openssl/engineerr.h
@@ -12,11 +12,6 @@
 # define OPENSSL_ENGINEERR_H
 # pragma once
 
-# include <openssl/macros.h>
-# ifndef OPENSSL_NO_DEPRECATED_3_0
-#  define HEADER_ENGINEERR_H
-# endif
-
 # include <openssl/opensslconf.h>
 # include <openssl/symhacks.h>
 
diff --git a/include/openssl/kdferr.h b/include/openssl/kdferr.h
index 31f112c741..3d6a7ffd53 100644
--- a/include/openssl/kdferr.h
+++ b/include/openssl/kdferr.h
@@ -12,11 +12,6 @@
 # define OPENSSL_KDFERR_H
 # pragma once
 
-# include <openssl/macros.h>
-# ifndef OPENSSL_NO_DEPRECATED_3_0
-#  define HEADER_OSSL_KDFERR_H
-# endif
-
 # include <openssl/opensslconf.h>
 # include <openssl/symhacks.h>
 
diff --git a/include/openssl/objectserr.h b/include/openssl/objectserr.h
index 84c75012d2..0e489e4752 100644
--- a/include/openssl/objectserr.h
+++ b/include/openssl/objectserr.h
@@ -12,11 +12,6 @@
 # define OPENSSL_OBJECTSERR_H
 # pragma once
 
-# include <openssl/macros.h>
-# ifndef OPENSSL_NO_DEPRECATED_3_0
-#  define HEADER_OBJERR_H
-# endif
-
 # include <openssl/opensslconf.h>
 # include <openssl/symhacks.h>
 
diff --git a/include/openssl/ocsperr.h b/include/openssl/ocsperr.h
index 7e3fd0f703..2f72891d00 100644
--- a/include/openssl/ocsperr.h
+++ b/include/openssl/ocsperr.h
@@ -12,11 +12,6 @@
 # define OPENSSL_OCSPERR_H
 # pragma once
 
-# include <openssl/macros.h>
-# ifndef OPENSSL_NO_DEPRECATED_3_0
-#  define HEADER_OCSPERR_H
-# endif
-
 # include <openssl/opensslconf.h>
 # include <openssl/symhacks.h>
 
diff --git a/include/openssl/pemerr.h b/include/openssl/pemerr.h
index c37a3acb9e..828a624b66 100644
--- a/include/openssl/pemerr.h
+++ b/include/openssl/pemerr.h
@@ -12,11 +12,6 @@
 # define OPENSSL_PEMERR_H
 # pragma once
 
-# include <openssl/macros.h>
-# ifndef OPENSSL_NO_DEPRECATED_3_0
-#  define HEADER_PEMERR_H
-# endif
-
 # include <openssl/opensslconf.h>
 # include <openssl/symhacks.h>
 
diff --git a/include/openssl/pkcs12err.h b/include/openssl/pkcs12err.h
index 12eac4a75c..78334fffaf 100644
--- a/include/openssl/pkcs12err.h
+++ b/include/openssl/pkcs12err.h
@@ -12,11 +12,6 @@
 # define OPENSSL_PKCS12ERR_H
 # pragma once
 
-# include <openssl/macros.h>
-# ifndef OPENSSL_NO_DEPRECATED_3_0
-#  define HEADER_PKCS12ERR_H
-# endif
-
 # include <openssl/opensslconf.h>
 # include <openssl/symhacks.h>
 
diff --git a/include/openssl/pkcs7err.h b/include/openssl/pkcs7err.h
index 41735bdfc8..fd1f3da7e5 100644
--- a/include/openssl/pkcs7err.h
+++ b/include/openssl/pkcs7err.h
@@ -12,11 +12,6 @@
 # define OPENSSL_PKCS7ERR_H
 # pragma once
 
-# include <openssl/macros.h>
-# ifndef OPENSSL_NO_DEPRECATED_3_0
-#  define HEADER_PKCS7ERR_H
-# endif
-
 # include <openssl/opensslconf.h>
 # include <openssl/symhacks.h>
 
diff --git a/include/openssl/randerr.h b/include/openssl/randerr.h
index 780d2680a5..a0b82b45f7 100644
--- a/include/openssl/randerr.h
+++ b/include/openssl/randerr.h
@@ -12,11 +12,6 @@
 # define OPENSSL_RANDERR_H
 # pragma once
 
-# include <openssl/macros.h>
-# ifndef OPENSSL_NO_DEPRECATED_3_0
-#  define HEADER_RANDERR_H
-# endif
-
 # include <openssl/opensslconf.h>
 # include <openssl/symhacks.h>
 
diff --git a/include/openssl/rsaerr.h b/include/openssl/rsaerr.h
index ef72bc744e..34df111eaf 100644
--- a/include/openssl/rsaerr.h
+++ b/include/openssl/rsaerr.h
@@ -12,11 +12,6 @@
 # define OPENSSL_RSAERR_H
 # pragma once
 
-# include <openssl/macros.h>
-# ifndef OPENSSL_NO_DEPRECATED_3_0
-#  define HEADER_RSAERR_H
-# endif
-
 # include <openssl/opensslconf.h>
 # include <openssl/symhacks.h>
 
diff --git a/include/openssl/sslerr.h b/include/openssl/sslerr.h
index e1617aae45..47667f9a0a 100644
--- a/include/openssl/sslerr.h
+++ b/include/openssl/sslerr.h
@@ -12,11 +12,6 @@
 # define OPENSSL_SSLERR_H
 # pragma once
 
-# include <openssl/macros.h>
-# ifndef OPENSSL_NO_DEPRECATED_3_0
-#  define HEADER_SSLERR_H
-# endif
-
 # include <openssl/opensslconf.h>
 # include <openssl/symhacks.h>
 
diff --git a/include/openssl/storeerr.h b/include/openssl/storeerr.h
index cb7304d9e5..ddcce6bfed 100644
--- a/include/openssl/storeerr.h
+++ b/include/openssl/storeerr.h
@@ -12,11 +12,6 @@
 # define OPENSSL_STOREERR_H
 # pragma once
 
-# include <openssl/macros.h>
-# ifndef OPENSSL_NO_DEPRECATED_3_0
-#  define HEADER_OSSL_STOREERR_H
-# endif
-
 # include <openssl/opensslconf.h>
 # include <openssl/symhacks.h>
 
diff --git a/include/openssl/tserr.h b/include/openssl/tserr.h
index 4684dc2652..4f7415cc38 100644
--- a/include/openssl/tserr.h
+++ b/include/openssl/tserr.h
@@ -12,11 +12,6 @@
 # define OPENSSL_TSERR_H
 # pragma once
 
-# include <openssl/macros.h>
-# ifndef OPENSSL_NO_DEPRECATED_3_0
-#  define HEADER_TSERR_H
-# endif
-
 # include <openssl/opensslconf.h>
 # include <openssl/symhacks.h>
 
diff --git a/include/openssl/uierr.h b/include/openssl/uierr.h
index dbc6432476..fb0e3114a1 100644
--- a/include/openssl/uierr.h
+++ b/include/openssl/uierr.h
@@ -12,11 +12,6 @@
 # define OPENSSL_UIERR_H
 # pragma once
 
-# include <openssl/macros.h>
-# ifndef OPENSSL_NO_DEPRECATED_3_0
-#  define HEADER_UIERR_H
-# endif
-
 # include <openssl/opensslconf.h>
 # include <openssl/symhacks.h>
 
diff --git a/include/openssl/x509err.h b/include/openssl/x509err.h
index 2653870d29..b3a5fb355f 100644
--- a/include/openssl/x509err.h
+++ b/include/openssl/x509err.h
@@ -12,11 +12,6 @@
 # define OPENSSL_X509ERR_H
 # pragma once
 
-# include <openssl/macros.h>
-# ifndef OPENSSL_NO_DEPRECATED_3_0
-#  define HEADER_X509ERR_H
-# endif
-
 # include <openssl/opensslconf.h>
 # include <openssl/symhacks.h>
 
diff --git a/include/openssl/x509v3err.h b/include/openssl/x509v3err.h
index 4a305853df..eb3593fa20 100644
--- a/include/openssl/x509v3err.h
+++ b/include/openssl/x509v3err.h
@@ -12,11 +12,6 @@
 # define OPENSSL_X509V3ERR_H
 # pragma once
 
-# include <openssl/macros.h>
-# ifndef OPENSSL_NO_DEPRECATED_3_0
-#  define HEADER_X509V3ERR_H
-# endif
-
 # include <openssl/opensslconf.h>
 # include <openssl/symhacks.h>
 
diff --git a/util/mkerr.pl b/util/mkerr.pl
index 3f59e04e1a..48c5b37e91 100755
--- a/util/mkerr.pl
+++ b/util/mkerr.pl
@@ -450,6 +450,7 @@ foreach my $lib ( keys %errorfile ) {
 
 #ifndef OPENSSL_${lib}ERR_H
 # define OPENSSL_${lib}ERR_H
+# pragma once
 
 # include <openssl/opensslconf.h>
 # include <openssl/symhacks.h>


More information about the openssl-commits mailing list