]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] add newline
authorEvan Hunt <each@isc.org>
Thu, 12 Oct 2017 23:10:36 +0000 (16:10 -0700)
committerEvan Hunt <each@isc.org>
Thu, 12 Oct 2017 23:10:36 +0000 (16:10 -0700)
win32utils/Configure

index b06089cbc31d5bd7c16321acd027d07615ac26fc..5e52df2588b88526caf772847b1d903519f01cd7 100644 (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") {