summaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509_err.c
diff options
context:
space:
mode:
authorViktor Dukhovni <openssl-users@dukhovni.org>2015-12-29 12:42:57 -0500
committerViktor Dukhovni <openssl-users@dukhovni.org>2016-01-03 17:21:16 -0500
commitd9b8b89bec4480de3a10bdaf9425db371c19145b (patch)
treec37a335444699803a4f1670f61133e6aa1708e85 /crypto/x509/x509_err.c
parent63c6aa6b9311d2834cbfea2b6311d44be9075dd0 (diff)
X509_verify_cert() cleanup
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/x509/x509_err.c')
-rw-r--r--crypto/x509/x509_err.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/x509/x509_err.c b/crypto/x509/x509_err.c
index 25f90ea584..668af28cba 100644
--- a/crypto/x509/x509_err.c
+++ b/crypto/x509/x509_err.c
@@ -71,6 +71,7 @@
static ERR_STRING_DATA X509_str_functs[] = {
{ERR_FUNC(X509_F_ADD_CERT_DIR), "add_cert_dir"},
+ {ERR_FUNC(X509_F_BUILD_CHAIN), "build_chain"},
{ERR_FUNC(X509_F_BY_FILE_CTRL), "by_file_ctrl"},
{ERR_FUNC(X509_F_CHECK_POLICY), "check_policy"},
{ERR_FUNC(X509_F_DIR_CTRL), "dir_ctrl"},