summaryrefslogtreecommitdiffstats
path: root/crypto/err/err_all.c
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2021-02-09 13:25:16 +0100
committerTomas Mraz <tomas@openssl.org>2021-02-11 09:34:31 +0100
commit283df0b84bb6c35ad1291cabd6f693328faca267 (patch)
tree1d2a97653d59b379d388b64b443a4d09c302c80e /crypto/err/err_all.c
parentf5f29796f00b94d150087bc72469a4f60a67a23b (diff)
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)
Diffstat (limited to 'crypto/err/err_all.c')
-rw-r--r--crypto/err/err_all.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/err/err_all.c b/crypto/err/err_all.c
index 1d26c19d90..b1e69b5cc5 100644
--- a/crypto/err/err_all.c
+++ b/crypto/err/err_all.c
@@ -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)
{