]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Cleanup ipcipher.hh
authorFred Morcos <fred.morcos@open-xchange.com>
Wed, 11 Jan 2023 14:59:19 +0000 (15:59 +0100)
committerFred Morcos <fred.morcos@open-xchange.com>
Wed, 11 Jan 2023 14:59:44 +0000 (15:59 +0100)
pdns/ipcipher.hh

index 64037de21265ce1104bcc6a67eb2d991aab96f1d..ce944e6622305cd68f27b3e8e370dc3162655413 100644 (file)
@@ -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 */