Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSL
[openssl.git] / include / openssl / cmperr.h
index 7b864c6b9ccbebfc7ca3f2ed81191da6518e9e88..18c56efbef8f7478a2cf916e7ffd96bebd7cd176 100644 (file)
@@ -33,6 +33,10 @@ int ERR_load_CMP_strings(void);
 /*
  * CMP reason codes.
  */
+#  define CMP_R_INVALID_ARGS                               100
+#  define CMP_R_MULTIPLE_SAN_SOURCES                       102
+#  define CMP_R_NO_STDIO                                   194
+#  define CMP_R_NULL_ARGUMENT                              103
 
 # endif
 #endif