Now that we have ERR_unload_strings(), ERR_load_ERR_strings() must
authorBodo Möller <bodo@openssl.org>
Tue, 4 Sep 2001 11:49:14 +0000 (11:49 +0000)
committerBodo Möller <bodo@openssl.org>
Tue, 4 Sep 2001 11:49:14 +0000 (11:49 +0000)
commitcf5bfbfc2109d86504e16df5ccd5f5ff121e1d6d
tree9df475b0906a70504e3d0927e746e4fca9b0d81f
parent567fef894e8e2d76cdf28b19834ea54ba5731910
Now that we have ERR_unload_strings(), ERR_load_ERR_strings() must
always load its strings because they might have been unloaded
since the 'init' flag was deleted.

But build_SYS_str_reasons() can use an 'init' flag.
crypto/err/err.c