diff options
Diffstat (limited to 'crypto/err/err_all.c')
-rw-r--r-- | crypto/err/err_all.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/err/err_all.c b/crypto/err/err_all.c index 5813060..5d0a985 100644 --- a/crypto/err/err_all.c +++ b/crypto/err/err_all.c @@ -139,7 +139,9 @@ void ERR_load_crypto_strings(void) #ifndef OPENSSL_NO_ENGINE ERR_load_ENGINE_strings(); #endif +#ifndef OPENSSL_NO_OCSP ERR_load_OCSP_strings(); +#endif ERR_load_UI_strings(); #ifndef OPENSSL_NO_CMS ERR_load_CMS_strings(); |