Make it possible to refer to ERR_R_UI_LIB
authorRichard Levitte <levitte@openssl.org>
Tue, 6 Dec 2016 03:29:08 +0000 (04:29 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 29 Jun 2017 09:55:31 +0000 (11:55 +0200)
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3542)

crypto/err/err.c
include/openssl/err.h

index 37637a7818a3ebe60a8ee4f4b91f75642f9812ce..4d83024877e22859968cb1ad6daf177e7f77f6d9 100644 (file)
@@ -107,6 +107,7 @@ static ERR_STRING_DATA ERR_str_reasons[] = {
     {ERR_R_PKCS7_LIB, "PKCS7 lib"},
     {ERR_R_X509V3_LIB, "X509V3 lib"},
     {ERR_R_ENGINE_LIB, "ENGINE lib"},
+    {ERR_R_UI_LIB, "UI lib"},
     {ERR_R_ECDSA_LIB, "ECDSA lib"},
 
     {ERR_R_NESTED_ASN1_ERROR, "nested asn1 error"},
index e60640bd29eff32b3800ee5f3adf0cfb8f15e914..4020f4224b311850e9117dc6d524e7f159c8d25f 100644 (file)
@@ -181,6 +181,7 @@ typedef struct err_state_st {
 # define ERR_R_PKCS7_LIB ERR_LIB_PKCS7/* 33 */
 # define ERR_R_X509V3_LIB ERR_LIB_X509V3/* 34 */
 # define ERR_R_ENGINE_LIB ERR_LIB_ENGINE/* 38 */
+# define ERR_R_UI_LIB    ERR_LIB_UI/* 40 */
 # define ERR_R_ECDSA_LIB ERR_LIB_ECDSA/* 42 */
 
 # define ERR_R_NESTED_ASN1_ERROR                 58