2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

[master] add newline

This commit is contained in:
Evan Hunt 2017-10-12 16:10:36 -07:00
parent 08a3dedda1
commit 10c8c23739

View File

@ -2080,7 +2080,7 @@ if ($enable_crypto_rand eq "yes") {
}
$configdefp{"ISC_PLATFORM_CRYPTORANDOM"} = "\"$cryptolib\"";
}
print "Cryptographic library for DNSSEC: $cryptolib";
print "Cryptographic library for DNSSEC: $cryptolib\n";
# enable-openssl-hash
if ($enable_openssl_hash eq "yes") {