CORE: ossl_namemap_add_names(): new function to add multiple names
[openssl.git] / include / openssl / cryptoerr.h
index 43b7aa5a2283b2d8e80b05b13a160ce50045efa0..ae146c4079cac4c1fbf57e5366d70f805ecdb151 100644 (file)
@@ -83,6 +83,8 @@ int ERR_load_CRYPTO_strings(void);
 /*
  * CRYPTO reason codes.
  */
+# define CRYPTO_R_BAD_ALGORITHM_NAME                      117
+# define CRYPTO_R_CONFLICTING_NAMES                       118
 # define CRYPTO_R_FIPS_MODE_NOT_SUPPORTED                 101
 # define CRYPTO_R_ILLEGAL_HEX_DIGIT                       102
 # define CRYPTO_R_INSUFFICIENT_DATA_SPACE                 106