From 10c8c23739403c21806bbede9b83b425cec64f5e Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Thu, 12 Oct 2017 16:10:36 -0700 Subject: [PATCH] [master] add newline --- win32utils/Configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32utils/Configure b/win32utils/Configure index b06089cbc3..5e52df2588 100644 --- a/win32utils/Configure +++ b/win32utils/Configure @@ -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") {