summaryrefslogtreecommitdiff
path: root/engines
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 /engines
parentb14c8465c0899c3c2b2acc3d01472941de4c318e (diff)
downloadopenssl-new-e337b82410a031f0ff60ebf6744b97da2a276e51.tar.gz
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 'engines')
-rw-r--r--engines/e_afalg.txt9
-rw-r--r--engines/e_afalg_err.h12
-rw-r--r--engines/e_capi.txt22
-rw-r--r--engines/e_capi_err.h26
-rw-r--r--engines/e_dasync.txt13
-rw-r--r--engines/e_dasync_err.h17
-rw-r--r--engines/e_loader_attic.txt2
-rw-r--r--engines/e_loader_attic_err.h6
-rw-r--r--engines/e_ossltest.txt4
-rw-r--r--engines/e_ossltest_err.h8
10 files changed, 0 insertions, 119 deletions
diff --git a/engines/e_afalg.txt b/engines/e_afalg.txt
index 70d2d8b819..1126d74b98 100644
--- a/engines/e_afalg.txt
+++ b/engines/e_afalg.txt
@@ -5,15 +5,6 @@
# in the file LICENSE in the source distribution or at
# https://www.openssl.org/source/license.html
-# Function codes
-AFALG_F_AFALG_CHK_PLATFORM:100:afalg_chk_platform
-AFALG_F_AFALG_CREATE_SK:101:afalg_create_sk
-AFALG_F_AFALG_INIT_AIO:102:afalg_init_aio
-AFALG_F_AFALG_SETUP_ASYNC_EVENT_NOTIFICATION:103:\
- afalg_setup_async_event_notification
-AFALG_F_AFALG_SET_KEY:104:afalg_set_key
-AFALG_F_BIND_AFALG:105:bind_afalg
-
#Reason codes
AFALG_R_EVENTFD_FAILED:108:eventfd failed
AFALG_R_FAILED_TO_GET_PLATFORM_INFO:111:failed to get platform info
diff --git a/engines/e_afalg_err.h b/engines/e_afalg_err.h
index 08f2d54da5..e15f50d6cc 100644
--- a/engines/e_afalg_err.h
+++ b/engines/e_afalg_err.h
@@ -20,18 +20,6 @@
/*
- * AFALG function codes.
- */
-# ifndef OPENSSL_NO_DEPRECATED_3_0
-# define AFALG_F_AFALG_CHK_PLATFORM 0
-# define AFALG_F_AFALG_CREATE_SK 0
-# define AFALG_F_AFALG_INIT_AIO 0
-# define AFALG_F_AFALG_SETUP_ASYNC_EVENT_NOTIFICATION 0
-# define AFALG_F_AFALG_SET_KEY 0
-# define AFALG_F_BIND_AFALG 0
-# endif
-
-/*
* AFALG reason codes.
*/
# define AFALG_R_EVENTFD_FAILED 108
diff --git a/engines/e_capi.txt b/engines/e_capi.txt
index 942a6d9769..731452d845 100644
--- a/engines/e_capi.txt
+++ b/engines/e_capi.txt
@@ -5,28 +5,6 @@
# in the file LICENSE in the source distribution or at
# https://www.openssl.org/source/license.html
-# Function codes
-CAPI_F_CAPI_CERT_GET_FNAME:99:capi_cert_get_fname
-CAPI_F_CAPI_CTRL:100:capi_ctrl
-CAPI_F_CAPI_CTX_NEW:101:capi_ctx_new
-CAPI_F_CAPI_CTX_SET_PROVNAME:102:capi_ctx_set_provname
-CAPI_F_CAPI_DSA_DO_SIGN:114:capi_dsa_do_sign
-CAPI_F_CAPI_GET_KEY:103:capi_get_key
-CAPI_F_CAPI_GET_PKEY:115:capi_get_pkey
-CAPI_F_CAPI_GET_PROVNAME:104:capi_get_provname
-CAPI_F_CAPI_GET_PROV_INFO:105:capi_get_prov_info
-CAPI_F_CAPI_INIT:106:capi_init
-CAPI_F_CAPI_LIST_CONTAINERS:107:capi_list_containers
-CAPI_F_CAPI_LOAD_PRIVKEY:108:capi_load_privkey
-CAPI_F_CAPI_OPEN_STORE:109:capi_open_store
-CAPI_F_CAPI_RSA_PRIV_DEC:110:capi_rsa_priv_dec
-CAPI_F_CAPI_RSA_PRIV_ENC:111:capi_rsa_priv_enc
-CAPI_F_CAPI_RSA_SIGN:112:capi_rsa_sign
-CAPI_F_CAPI_VTRACE:118:capi_vtrace
-CAPI_F_CERT_SELECT_DIALOG:117:cert_select_dialog
-CAPI_F_CLIENT_CERT_SELECT:116:*
-CAPI_F_WIDE_TO_ASC:113:wide_to_asc
-
#Reason codes
CAPI_R_CANT_CREATE_HASH_OBJECT:100:cant create hash object
CAPI_R_CANT_FIND_CAPI_CONTEXT:101:cant find capi context
diff --git a/engines/e_capi_err.h b/engines/e_capi_err.h
index d075373755..2531e4586b 100644
--- a/engines/e_capi_err.h
+++ b/engines/e_capi_err.h
@@ -20,32 +20,6 @@
/*
- * CAPI function codes.
- */
-# ifndef OPENSSL_NO_DEPRECATED_3_0
-# define CAPI_F_CAPI_CERT_GET_FNAME 0
-# define CAPI_F_CAPI_CTRL 0
-# define CAPI_F_CAPI_CTX_NEW 0
-# define CAPI_F_CAPI_CTX_SET_PROVNAME 0
-# define CAPI_F_CAPI_DSA_DO_SIGN 0
-# define CAPI_F_CAPI_GET_KEY 0
-# define CAPI_F_CAPI_GET_PKEY 0
-# define CAPI_F_CAPI_GET_PROVNAME 0
-# define CAPI_F_CAPI_GET_PROV_INFO 0
-# define CAPI_F_CAPI_INIT 0
-# define CAPI_F_CAPI_LIST_CONTAINERS 0
-# define CAPI_F_CAPI_LOAD_PRIVKEY 0
-# define CAPI_F_CAPI_OPEN_STORE 0
-# define CAPI_F_CAPI_RSA_PRIV_DEC 0
-# define CAPI_F_CAPI_RSA_PRIV_ENC 0
-# define CAPI_F_CAPI_RSA_SIGN 0
-# define CAPI_F_CAPI_VTRACE 0
-# define CAPI_F_CERT_SELECT_DIALOG 0
-# define CAPI_F_CLIENT_CERT_SELECT 0
-# define CAPI_F_WIDE_TO_ASC 0
-# endif
-
-/*
* CAPI reason codes.
*/
# define CAPI_R_CANT_CREATE_HASH_OBJECT 100
diff --git a/engines/e_dasync.txt b/engines/e_dasync.txt
index c503a7a667..bd8d0a881b 100644
--- a/engines/e_dasync.txt
+++ b/engines/e_dasync.txt
@@ -5,18 +5,5 @@
# in the file LICENSE in the source distribution or at
# https://www.openssl.org/source/license.html
-# Function codes
-DASYNC_F_BIND_DASYNC:107:bind_dasync
-DASYNC_F_CIPHER_AES_128_CBC_CODE:100:*
-DASYNC_F_DASYNC_AES128_CBC_HMAC_SHA1_INIT_KEY:109:*
-DASYNC_F_DASYNC_AES128_INIT_KEY:108:*
-DASYNC_F_DASYNC_BN_MOD_EXP:101:*
-DASYNC_F_DASYNC_CIPHER_INIT_KEY_HELPER:110:dasync_cipher_init_key_helper
-DASYNC_F_DASYNC_MOD_EXP:102:*
-DASYNC_F_DASYNC_PRIVATE_DECRYPT:103:*
-DASYNC_F_DASYNC_PRIVATE_ENCRYPT:104:*
-DASYNC_F_DASYNC_PUBLIC_DECRYPT:105:*
-DASYNC_F_DASYNC_PUBLIC_ENCRYPT:106:*
-
#Reason codes
DASYNC_R_INIT_FAILED:100:init failed
diff --git a/engines/e_dasync_err.h b/engines/e_dasync_err.h
index 71c8d9916d..17fef2ee0a 100644
--- a/engines/e_dasync_err.h
+++ b/engines/e_dasync_err.h
@@ -20,23 +20,6 @@
/*
- * DASYNC function codes.
- */
-# ifndef OPENSSL_NO_DEPRECATED_3_0
-# define DASYNC_F_BIND_DASYNC 0
-# define DASYNC_F_CIPHER_AES_128_CBC_CODE 0
-# define DASYNC_F_DASYNC_AES128_CBC_HMAC_SHA1_INIT_KEY 0
-# define DASYNC_F_DASYNC_AES128_INIT_KEY 0
-# define DASYNC_F_DASYNC_BN_MOD_EXP 0
-# define DASYNC_F_DASYNC_CIPHER_INIT_KEY_HELPER 0
-# define DASYNC_F_DASYNC_MOD_EXP 0
-# define DASYNC_F_DASYNC_PRIVATE_DECRYPT 0
-# define DASYNC_F_DASYNC_PRIVATE_ENCRYPT 0
-# define DASYNC_F_DASYNC_PUBLIC_DECRYPT 0
-# define DASYNC_F_DASYNC_PUBLIC_ENCRYPT 0
-# endif
-
-/*
* DASYNC reason codes.
*/
# define DASYNC_R_INIT_FAILED 100
diff --git a/engines/e_loader_attic.txt b/engines/e_loader_attic.txt
index db1a996a33..63e43d1511 100644
--- a/engines/e_loader_attic.txt
+++ b/engines/e_loader_attic.txt
@@ -5,8 +5,6 @@
# in the file LICENSE in the source distribution or at
# https://www.openssl.org/source/license.html
-# Function codes
-
#Reason codes
ATTIC_R_AMBIGUOUS_CONTENT_TYPE:100:ambiguous content type
ATTIC_R_BAD_PASSWORD_READ:101:bad password read
diff --git a/engines/e_loader_attic_err.h b/engines/e_loader_attic_err.h
index 6f30ae3d0c..3dd7557402 100644
--- a/engines/e_loader_attic_err.h
+++ b/engines/e_loader_attic_err.h
@@ -20,12 +20,6 @@
/*
- * ATTIC function codes.
- */
-# ifndef OPENSSL_NO_DEPRECATED_3_0
-# endif
-
-/*
* ATTIC reason codes.
*/
# define ATTIC_R_AMBIGUOUS_CONTENT_TYPE 100
diff --git a/engines/e_ossltest.txt b/engines/e_ossltest.txt
index ab36940699..c6450ce582 100644
--- a/engines/e_ossltest.txt
+++ b/engines/e_ossltest.txt
@@ -5,9 +5,5 @@
# in the file LICENSE in the source distribution or at
# https://www.openssl.org/source/license.html
-# Function codes
-OSSLTEST_F_BIND_OSSLTEST:100:bind_ossltest
-OSSLTEST_F_OSSLTEST_AES128_INIT_KEY:101:*
-
#Reason codes
OSSLTEST_R_INIT_FAILED:100:init failed
diff --git a/engines/e_ossltest_err.h b/engines/e_ossltest_err.h
index 1405a30af8..d1748e7427 100644
--- a/engines/e_ossltest_err.h
+++ b/engines/e_ossltest_err.h
@@ -20,14 +20,6 @@
/*
- * OSSLTEST function codes.
- */
-# ifndef OPENSSL_NO_DEPRECATED_3_0
-# define OSSLTEST_F_BIND_OSSLTEST 0
-# define OSSLTEST_F_OSSLTEST_AES128_INIT_KEY 0
-# endif
-
-/*
* OSSLTEST reason codes.
*/
# define OSSLTEST_R_INIT_FAILED 100