]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Rename internal providercommonerr.h to less mouthful proverr.h
authorTomas Mraz <tomas@openssl.org>
Tue, 9 Feb 2021 12:25:16 +0000 (13:25 +0100)
committerTomas Mraz <tomas@openssl.org>
Thu, 11 Feb 2021 08:34:31 +0000 (09:34 +0100)
Reviewed-by: Richard Levitte <levitte@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/14086)

crypto/err/err_all.c
crypto/err/openssl.ec
providers/common/include/prov/proverr.h [moved from providers/common/include/prov/providercommonerr.h with 89% similarity]
providers/common/provider_err.c

index 1d26c19d90ebf30597db8ad394c560a58e33c68a..b1e69b5cc5fd56e6db8811df2ec9d2ac710003fa 100644 (file)
@@ -43,7 +43,7 @@
 #include "crypto/storeerr.h"
 #include "crypto/esserr.h"
 #include "internal/propertyerr.h"
-#include "prov/providercommonerr.h"
+#include "prov/proverr.h"
 
 int err_load_crypto_strings_int(void)
 {
index 677812e61110d980e47131a4cad415d912fd6b80..3612c195f09f3ef483a2f24c8c18cced0cb9c347 100644 (file)
@@ -40,7 +40,7 @@ L SM2           NONE                            crypto/sm2/sm2_err.c
 L OSSL_STORE    include/openssl/storeerr.h      crypto/store/store_err.c                include/crypto/storeerr.h
 L ESS           include/openssl/esserr.h        crypto/ess/ess_err.c                    include/crypto/esserr.h
 L PROP          NONE                            crypto/property/property_err.c          include/internal/propertyerr.h
-L PROV          include/openssl/proverr.h       providers/common/provider_err.c         providers/common/include/prov/providercommonerr.h
+L PROV          include/openssl/proverr.h       providers/common/provider_err.c         providers/common/include/prov/proverr.h
 L OSSL_ENCODER  include/openssl/encodererr.h    crypto/encode_decode/encoder_err.c      include/crypto/encodererr.h
 L OSSL_DECODER  include/openssl/decodererr.h    crypto/encode_decode/decoder_err.c      include/crypto/decodererr.h
 L HTTP          include/openssl/httperr.h       crypto/http/http_err.c                  include/crypto/httperr.h
similarity index 89%
rename from providers/common/include/prov/providercommonerr.h
rename to providers/common/include/prov/proverr.h
index f0ba1489e8e592ee20b2dcb4a1cfa65b5a596e48..d9744d06b844ffe6e167c67435fc06d402b7c3dd 100644 (file)
@@ -8,8 +8,8 @@
  * https://www.openssl.org/source/license.html
  */
 
-#ifndef OSSL_PROVIDERCOMMONERR_H
-# define OSSL_PROVIDERCOMMONERR_H
+#ifndef OSSL_PROVERR_H
+# define OSSL_PROVERR_H
 # pragma once
 
 # include <openssl/opensslconf.h>
index ecd3b8e0819493692916055c98f631bbede910a3..a64c5d2ecec633c0a97de34cb4922282d3c5dc88 100644 (file)
@@ -10,7 +10,7 @@
 
 #include <openssl/err.h>
 #include <openssl/proverr.h>
-#include "include/prov/providercommonerr.h"
+#include "include/prov/proverr.h"
 
 #ifndef OPENSSL_NO_ERR