mirror of
https://github.com/mirror/wget.git
synced 2025-01-06 02:10:28 +08:00
[svn] Make the message printed in ssl_init_prng translatable.
This commit is contained in:
parent
0620ada923
commit
f5d20aef32
@ -1,3 +1,8 @@
|
||||
2001-12-06 Hrvoje Niksic <hniksic@arsdigita.com>
|
||||
|
||||
* gen_sslfunc.c (ssl_init_prng): Make the printed message
|
||||
translatable.
|
||||
|
||||
2001-12-06 Hrvoje Niksic <hniksic@arsdigita.com>
|
||||
|
||||
* url.c (scheme_disable): New function.
|
||||
|
@ -105,7 +105,8 @@ ssl_init_prng (void)
|
||||
|
||||
if (RAND_status () == 0)
|
||||
{
|
||||
logprintf (LOG_NOTQUIET, "Could not seed OpenSSL PRNG; disabling SSL.\n");
|
||||
logprintf (LOG_NOTQUIET,
|
||||
_("Could not seed OpenSSL PRNG; disabling SSL.\n"));
|
||||
scheme_disable (SCHEME_HTTPS);
|
||||
}
|
||||
#endif /* SSLEAY_VERSION_NUMBER >= 0x00905100 */
|
||||
|
Loading…
Reference in New Issue
Block a user