From 4299176cd09985060faf6754e59bed665f0566fb Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Thu, 17 Mar 2022 15:48:52 +0100 Subject: [PATCH] decaf signer did not compile after #11414 --- pdns/decafsigners.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/pdns/decafsigners.cc b/pdns/decafsigners.cc index 93585815a9..0a2c99f765 100644 --- a/pdns/decafsigners.cc +++ b/pdns/decafsigners.cc @@ -160,8 +160,6 @@ public: int getBits() const override; void fromISCMap(DNSKEYRecordContent& drc, std::map& stormap) override; void fromPublicKeyString(const std::string& content) override; - void fromPEMString(DNSKEYRecordContent& drc, const std::string& raw) override - {} static std::unique_ptr maker(unsigned int algorithm) { -- 2.47.2