DECODER: use property definitions instead of getting implementation parameters
[openssl.git] / include / openssl / err.h.in
index f7d5c174a17da1e0d4e4cc88a386d603f0818097..4bc5d1eea56e02eaa300cf4173d7f3b85ae781a9 100644 (file)
@@ -357,6 +357,7 @@ static ossl_unused ossl_inline int ERR_COMMON_ERROR(unsigned long errcode)
 # define ERR_R_MISSING_ASN1_EOS                  (267|ERR_RFLAG_COMMON)
 # define ERR_R_UNSUPPORTED                       (268|ERR_RFLAG_COMMON)
 # define ERR_R_FETCH_FAILED                      (269|ERR_RFLAG_COMMON)
+# define ERR_R_INVALID_PROPERTY_DEFINITION       (270|ERR_RFLAG_COMMON)
 
 typedef struct ERR_string_data_st {
     unsigned long error;