From 52df25cf2e656146cb3b206d8220124f0417d03f Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Wed, 7 Jun 2017 15:12:03 -0400 Subject: make error tables const and separate header file Run perltidy on util/mkerr Change some mkerr flags, write some doc comments Make generated tables "const" when genearting lib-internal ones. Add "state" file for mkerr Renerate error tables and headers Rationalize declaration of ERR_load_XXX_strings Fix out-of-tree build Add -static; sort flags/vars for options. Also tweak code output Moved engines/afalg to engines (from master) Use -static flag Standard engine #include's of errors Don't linewrap err string tables unless necessary Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/3392) --- engines/e_dasync.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 engines/e_dasync.txt (limited to 'engines/e_dasync.txt') diff --git a/engines/e_dasync.txt b/engines/e_dasync.txt new file mode 100644 index 0000000000..05f359d49e --- /dev/null +++ b/engines/e_dasync.txt @@ -0,0 +1,12 @@ +DASYNC_F_BIND_DASYNC 107 +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_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 +DASYNC_R_INIT_FAILED 100 -- cgit v1.2.3