From a61b7f2fa6de3bf8d5b1436e66c52d6bf7150ae4 Mon Sep 17 00:00:00 2001 From: David von Oheimb Date: Fri, 16 Nov 2018 14:05:31 +0100 Subject: 2nd chunk: CRMF code (crypto/crmf/, ) and its integration in INSTALL, Configure, crypto/build.info, include/openssl/crmferr.h, crypto/err/, include/openssl/err.h, and (to be updated:) util/libcrypto.num Reviewed-by: Bernd Edlinger Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/7646) --- crypto/err/err_all.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'crypto/err/err_all.c') diff --git a/crypto/err/err_all.c b/crypto/err/err_all.c index 4bf020c281..1166b01cb5 100644 --- a/crypto/err/err_all.c +++ b/crypto/err/err_all.c @@ -34,6 +34,7 @@ #include #include #include +#include #include #include #include @@ -90,6 +91,9 @@ int err_load_crypto_strings_int(void) # ifndef OPENSSL_NO_CMS ERR_load_CMS_strings() == 0 || # endif +# ifndef OPENSSL_NO_CMP + ERR_load_CRMF_strings() == 0 || +# endif # ifndef OPENSSL_NO_CT ERR_load_CT_strings() == 0 || # endif -- cgit v1.2.3