X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=engines%2Fe_dasync_err.h;h=af5241e572f2cf2fa3849b7602418edc44f1982c;hp=a34a0993922a92fdb99a108e2c5079943a833247;hb=98ee75439d7e844de6c063a4be5bd09b3cc9db53;hpb=4e3925227a65ade92f3052ee54a810f5d6c4e96e diff --git a/engines/e_dasync_err.h b/engines/e_dasync_err.h index a34a099392..af5241e572 100644 --- a/engines/e_dasync_err.h +++ b/engines/e_dasync_err.h @@ -60,7 +60,8 @@ extern "C" { #endif /* BEGIN ERROR CODES */ -/* The following lines are auto generated by the script mkerr.pl. Any changes +/* + * The following lines are auto generated by the script mkerr.pl. Any changes * made after this point may be overwritten when the script is next run. */ static void ERR_load_DASYNC_strings(void); @@ -71,19 +72,20 @@ static void ERR_DASYNC_error(int function, int reason, char *file, int line); /* Error codes for the DASYNC functions. */ /* Function codes. */ -#define DASYNC_F_BIND_DASYNC 107 -#define DASYNC_F_CIPHER_AES_128_CBC_CODE 100 -#define DASYNC_F_DASYNC_BN_MOD_EXP 101 -#define DASYNC_F_DASYNC_MOD_EXP 102 -#define DASYNC_F_DASYNC_PRIVATE_DECRYPT 103 -#define DASYNC_F_DASYNC_PRIVATE_ENCRYPT 104 -#define DASYNC_F_DASYNC_PUBLIC_DECRYPT 105 -#define DASYNC_F_DASYNC_PUBLIC_ENCRYPT 106 +# define DASYNC_F_BIND_DASYNC 107 +# define DASYNC_F_CIPHER_AES_128_CBC_CODE 100 +# define DASYNC_F_DASYNC_AES128_INIT_KEY 108 +# define DASYNC_F_DASYNC_BN_MOD_EXP 101 +# define DASYNC_F_DASYNC_MOD_EXP 102 +# define DASYNC_F_DASYNC_PRIVATE_DECRYPT 103 +# define DASYNC_F_DASYNC_PRIVATE_ENCRYPT 104 +# define DASYNC_F_DASYNC_PUBLIC_DECRYPT 105 +# define DASYNC_F_DASYNC_PUBLIC_ENCRYPT 106 /* Reason codes. */ -#define DASYNC_R_INIT_FAILED 102 -#define DASYNC_R_LENGTH_NOT_BLOCK_ALIGNED 100 -#define DASYNC_R_UNKNOWN_FAULT 101 +# define DASYNC_R_INIT_FAILED 102 +# define DASYNC_R_LENGTH_NOT_BLOCK_ALIGNED 100 +# define DASYNC_R_UNKNOWN_FAULT 101 #ifdef __cplusplus }