summaryrefslogtreecommitdiffstats
path: root/providers/common/include/prov/providercommonerr.h
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 /providers/common/include/prov/providercommonerr.h
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 'providers/common/include/prov/providercommonerr.h')
-rw-r--r--providers/common/include/prov/providercommonerr.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/providers/common/include/prov/providercommonerr.h b/providers/common/include/prov/providercommonerr.h
deleted file mode 100644
index f0ba1489e8..0000000000
--- a/providers/common/include/prov/providercommonerr.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * Generated by util/mkerr.pl DO NOT EDIT
- * Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved.
- *
- * Licensed under the Apache License 2.0 (the "License"). You may not use
- * this file except in compliance with the License. You can obtain a copy
- * in the file LICENSE in the source distribution or at
- * https://www.openssl.org/source/license.html
- */
-
-#ifndef OSSL_PROVIDERCOMMONERR_H
-# define OSSL_PROVIDERCOMMONERR_H
-# pragma once
-
-# include <openssl/opensslconf.h>
-# include <openssl/symhacks.h>
-
-# ifdef __cplusplus
-extern "C" {
-# endif
-
-int err_load_PROV_strings_int(void);
-
-# ifdef __cplusplus
-}
-# endif
-#endif