summaryrefslogtreecommitdiffstats
path: root/providers
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2020-11-12 11:36:38 +0100
committerRichard Levitte <levitte@openssl.org>2021-02-05 14:09:16 +0100
commite337b82410a031f0ff60ebf6744b97da2a276e51 (patch)
treee894d6e9554e0cfe915fa31c92d5647c269a995d /providers
parentb14c8465c0899c3c2b2acc3d01472941de4c318e (diff)
ERR: Rebuild all generated error headers and source files
This is the result of 'make errors ERROR_REBUILD=-rebuild' Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/13392)
Diffstat (limited to 'providers')
-rw-r--r--providers/common/include/prov/providercommonerr.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/providers/common/include/prov/providercommonerr.h b/providers/common/include/prov/providercommonerr.h
index ac87f190cb..e59ee36abb 100644
--- a/providers/common/include/prov/providercommonerr.h
+++ b/providers/common/include/prov/providercommonerr.h
@@ -22,32 +22,6 @@ extern "C" {
int err_load_PROV_strings_int(void);
/*
- * PROV function codes.
- */
-# ifndef OPENSSL_NO_DEPRECATED_3_0
-# define PROV_F_AESNI_INIT_KEY 0
-# define PROV_F_AES_BLOCK_FINAL 0
-# define PROV_F_AES_BLOCK_UPDATE 0
-# define PROV_F_AES_CIPHER 0
-# define PROV_F_AES_DINIT 0
-# define PROV_F_AES_DUPCTX 0
-# define PROV_F_AES_EINIT 0
-# define PROV_F_AES_GET_CTX_PARAMS 0
-# define PROV_F_AES_INIT_KEY 0
-# define PROV_F_AES_SET_CTX_PARAMS 0
-# define PROV_F_AES_STREAM_UPDATE 0
-# define PROV_F_AES_T4_INIT_KEY 0
-# define PROV_F_BLAKE2_MAC_INIT 0
-# define PROV_F_BLAKE2_MAC_SET_PARAMS 0
-# define PROV_F_GMAC_SET_PARAMS 0
-# define PROV_F_KMAC_SET_PARAMS 0
-# define PROV_F_POLY1305_SET_PARAMS 0
-# define PROV_F_PROV_AES_KEY_GENERIC_INIT 0
-# define PROV_F_TRAILINGDATA 0
-# define PROV_F_UNPADBLOCK 0
-# endif
-
-/*
* PROV reason codes.
*/
# define PROV_R_ADDITIONAL_INPUT_TOO_LONG 184