Rename internal providercommonerr.h to less mouthful proverr.h

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)
This commit is contained in:
Tomas Mraz 2021-02-09 13:25:16 +01:00
parent f5f29796f0
commit 283df0b84b
4 changed files with 5 additions and 5 deletions

View 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)
{

View 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

View 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>

View 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