2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

[rt31459d] update the newer tools

This commit is contained in:
Evan Hunt
2017-09-12 22:49:35 -07:00
parent 586e65ea5c
commit cc24a8725f
5 changed files with 11 additions and 11 deletions

View File

@@ -22,7 +22,6 @@
/*
* Principal Author: Brian Wellington
* $Id$
*/
#ifdef OPENSSL
@@ -294,8 +293,8 @@ dst__openssl_init(const char *engine) {
/* Protect ourselves against unseeded PRNG */
if (RAND_status() != 1) {
FATAL_ERROR(__FILE__, __LINE__,
"The OpenSSL pseudo random number generator "
"cannot be initialized (cf the `PRNG not "
"OpenSSL pseudorandom number generator "
"cannot be initialized (see the `PRNG not "
"seeded' message in the OpenSSL FAQ)");
}