]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/err/err_all.c
And so it begins...
[thirdparty/openssl.git] / crypto / err / err_all.c
index 3eff403127f122fc7be85970246a48c9f2cba01f..f0a5e075ab1ce7fb74dbddd41d161d3336286490 100644 (file)
@@ -64,6 +64,7 @@
 #endif
 #include <openssl/buffer.h>
 #include <openssl/bio.h>
+#include <openssl/comp.h>
 #ifndef OPENSSL_NO_RSA
 #include <openssl/rsa.h>
 #endif
@@ -95,6 +96,9 @@
 #include <openssl/ocsp.h>
 #include <openssl/err.h>
 #include <openssl/ts.h>
+#ifndef OPENSSL_NO_CMS
+#include <openssl/cms.h>
+#endif
 
 void ERR_load_crypto_strings(void)
        {
@@ -118,6 +122,7 @@ void ERR_load_crypto_strings(void)
        ERR_load_ASN1_strings();
        ERR_load_CONF_strings();
        ERR_load_CRYPTO_strings();
+       ERR_load_COMP_strings();
 #ifndef OPENSSL_NO_EC
        ERR_load_EC_strings();
 #endif
@@ -140,5 +145,8 @@ void ERR_load_crypto_strings(void)
 #endif
        ERR_load_OCSP_strings();
        ERR_load_UI_strings();
+#ifndef OPENSSL_NO_CMS
+       ERR_load_CMS_strings();
+#endif
 #endif
        }