Fix typo in OCSP nonce extension.
[openssl.git] / crypto / err / err_all.c
index d4f169ec011d9963a993f6b03905535eba7501a4..f465f260c26915ca5d6ed06e62b16eda694976da 100644 (file)
@@ -83,6 +83,7 @@
 #include <openssl/rand.h>
 #include <openssl/dso.h>
 #include <openssl/engine.h>
+#include <openssl/ocsp.h>
 #include <openssl/err.h>
 
 void ERR_load_crypto_strings(void)
@@ -122,5 +123,6 @@ void ERR_load_crypto_strings(void)
        ERR_load_RAND_strings();
        ERR_load_DSO_strings();
        ERR_load_ENGINE_strings();
+       ERR_load_OCSP_strings();
 #endif
        }