X-Git-Url: http://git.rot13.org/?p=bcm963xx.git;a=blobdiff_plain;f=userapps%2Fopensource%2Fopenssl%2Fcrypto%2Ferr%2Ferr_all.c;h=4dc93008929e9150f33e7a46ad31bad3823edd0b;hp=dc505d9d9d48f5261c9b70a915c3ca433db66008;hb=864458111a0e69d94bbae210d5b7349ca072a6b7;hpb=a69849c98808437716b821267cd97529c56f45b0 diff --git a/userapps/opensource/openssl/crypto/err/err_all.c b/userapps/opensource/openssl/crypto/err/err_all.c index dc505d9d..4dc93008 100755 --- a/userapps/opensource/openssl/crypto/err/err_all.c +++ b/userapps/opensource/openssl/crypto/err/err_all.c @@ -87,6 +87,7 @@ #endif #include #include +#include void ERR_load_crypto_strings(void) { @@ -129,5 +130,8 @@ void ERR_load_crypto_strings(void) #endif ERR_load_OCSP_strings(); ERR_load_UI_strings(); +#endif +#ifdef OPENSSL_FIPS + ERR_load_FIPS_strings(); #endif }