chunk 5 of CMP contribution to OpenSSL
[openssl.git] / include / openssl / cmperr.h
index 0c1ce259b62a965afed969817e15a083bd82b2e5..02d0a36f94a0897be7e9c2f3f09fa12a3b1da4cb 100644 (file)
@@ -33,8 +33,11 @@ int ERR_load_CMP_strings(void);
 /*
  * CMP reason codes.
  */
+#  define CMP_R_ERROR_PARSING_PKISTATUS                    107
+#  define CMP_R_FAILURE_OBTAINING_RANDOM                   110
 #  define CMP_R_INVALID_ARGS                               100
 #  define CMP_R_MULTIPLE_SAN_SOURCES                       102
+#  define CMP_R_MISSING_SENDER_IDENTIFICATION              111
 #  define CMP_R_NO_STDIO                                   194
 #  define CMP_R_NULL_ARGUMENT                              103