]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/openssl/err.h.in
Use centralized fetching errors
[thirdparty/openssl.git] / include / openssl / err.h.in
index deb6117d82ec057bc3ea8acf037862a2224fd6c3..697186a2882b9af430eab3ef8c8ade28c9a869de 100644 (file)
@@ -355,6 +355,8 @@ static ossl_unused ossl_inline int ERR_COMMON_ERROR(unsigned long errcode)
 # define ERR_R_INTERRUPTED_OR_CANCELLED          (265|ERR_RFLAG_COMMON)
 # define ERR_R_NESTED_ASN1_ERROR                 (266|ERR_RFLAG_COMMON)
 # 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)
 
 typedef struct ERR_string_data_st {
     unsigned long error;