aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/err
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-12-06 04:29:08 +0100
committerRichard Levitte <levitte@openssl.org>2017-06-29 11:55:31 +0200
commitc785fd48e68611c837f4e30027c02b84525501af (patch)
treedd3707528a1b687aa439fa7b4cb4e69b3fcfe6d7 /crypto/err
parenta599574be17579496877bcdcc5e1eeaf5b014cf3 (diff)
downloadopenssl-c785fd48e68611c837f4e30027c02b84525501af.tar.gz
Make it possible to refer to ERR_R_UI_LIB
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3542)
Diffstat (limited to 'crypto/err')
-rw-r--r--crypto/err/err.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/err/err.c b/crypto/err/err.c
index 37637a7818..4d83024877 100644
--- a/crypto/err/err.c
+++ b/crypto/err/err.c
@@ -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"},