From: Fred Morcos Date: Wed, 11 Jan 2023 14:59:19 +0000 (+0100) Subject: Cleanup ipcipher.hh X-Git-Tag: dnsdist-1.8.0-rc1~121^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ee5987724e01bb31c796548d5a639cdaa6d7469c;p=thirdparty%2Fpdns.git Cleanup ipcipher.hh --- diff --git a/pdns/ipcipher.hh b/pdns/ipcipher.hh index 64037de212..ce944e6622 100644 --- a/pdns/ipcipher.hh +++ b/pdns/ipcipher.hh @@ -7,7 +7,7 @@ // see https://powerdns.org/ipcipher #ifdef HAVE_IPCIPHER -ComboAddress encryptCA(const ComboAddress& ca, const std::string& key); -ComboAddress decryptCA(const ComboAddress& ca, const std::string& key); +ComboAddress encryptCA(const ComboAddress& address, const std::string& key); +ComboAddress decryptCA(const ComboAddress& address, const std::string& key); std::string makeIPCipherKey(const std::string& password); #endif /* HAVE_IPCIPHER */