]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Add missing insertion operators for libcrypto's features 7283/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 13 Dec 2018 15:42:01 +0000 (16:42 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 13 Dec 2018 15:42:01 +0000 (16:42 +0100)
pdns/version.cc

index 0ace0e58b93e486b29ec742fb83e12e5e69e33e1..eb4be219d817d7381503a6a15281db4f34d47d48 100644 (file)
@@ -90,16 +90,16 @@ void showBuildConfiguration()
     "fcontext " <<
 #endif
 #ifdef HAVE_LIBCRYPTO_ECDSA
-    "libcrypto-ecdsa "
+    "libcrypto-ecdsa " <<
 #endif
 #ifdef HAVE_LIBCRYPTO_ED25519
-    "libcrypto-ed25519 "
+    "libcrypto-ed25519 " <<
 #endif
 #ifdef HAVE_LIBCRYPTO_ED448
-    "libcrypto-ed448 "
+    "libcrypto-ed448 " <<
 #endif
 #ifdef HAVE_LIBCRYPTO_EDDSA
-    "libcrypto-eddsa "
+    "libcrypto-eddsa " <<
 #endif
 #ifdef HAVE_LIBDL
     "libdl " <<