From: Remi Gacogne Date: Thu, 13 Dec 2018 15:42:01 +0000 (+0100) Subject: Add missing insertion operators for libcrypto's features X-Git-Tag: rec-4.2.0-alpha1~82^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=622644f749a0fdc72f1406505e8a37ec1e6ce535;p=thirdparty%2Fpdns.git Add missing insertion operators for libcrypto's features --- 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 " <<