From 622644f749a0fdc72f1406505e8a37ec1e6ce535 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Thu, 13 Dec 2018 16:42:01 +0100 Subject: [PATCH] Add missing insertion operators for libcrypto's features --- pdns/version.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pdns/version.cc b/pdns/version.cc index 0ace0e58b9..eb4be219d8 100644 --- a/pdns/version.cc +++ b/pdns/version.cc @@ -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 " << -- 2.47.2