Skip to content

Commit

Permalink
Cleanup ipcipher.hh
Browse files Browse the repository at this point in the history
  • Loading branch information
fredmorcos committed Jan 11, 2023
1 parent 8b093b3 commit ee59877
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pdns/ipcipher.hh
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit ee59877

Please sign in to comment.