summaryrefslogtreecommitdiffstats
path: root/include
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 /include
parenta599574be17579496877bcdcc5e1eeaf5b014cf3 (diff)
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 'include')
-rw-r--r--include/openssl/err.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/err.h b/include/openssl/err.h
index e60640bd29..4020f4224b 100644
--- a/include/openssl/err.h
+++ b/include/openssl/err.h
@@ -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