summaryrefslogtreecommitdiffstats
path: root/crypto/err/err_all.c
diff options
context:
space:
mode:
authorDavid von Oheimb <David.von.Oheimb@siemens.com>2018-11-16 14:05:31 +0100
committerMatt Caswell <matt@openssl.org>2019-03-12 12:26:06 +0000
commita61b7f2fa6de3bf8d5b1436e66c52d6bf7150ae4 (patch)
tree9281fa1b15fd09fe2358fc5fce8e7ae892bc7b5b /crypto/err/err_all.c
parent2a3b52eacd098a74157f5d4cbbb34ad8f863f04e (diff)
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 <bernd.edlinger@hotmail.de> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7646)
Diffstat (limited to 'crypto/err/err_all.c')
-rw-r--r--crypto/err/err_all.c4
1 files changed, 4 insertions, 0 deletions
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 <openssl/err.h>
#include <openssl/tserr.h>
#include <openssl/cmserr.h>
+#include <openssl/crmferr.h>
#include <openssl/cterr.h>
#include <openssl/asyncerr.h>
#include <openssl/kdferr.h>
@@ -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