summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/tsigkey.h
diff options
context:
space:
mode:
authorJINMEI Tatuya <jinmei@isc.org>2011-04-29 02:56:33 +0200
committerJINMEI Tatuya <jinmei@isc.org>2011-04-29 02:56:33 +0200
commit43f9ce0c56cd14c0349a8f3c3c9a5f4dc092f65a (patch)
treea611d2d322c09d8365d7f171e5177d50b333a7d6 /src/lib/dns/tsigkey.h
parent[master] Merge branch 'trac812' with fixing conflicts and regression. (diff)
downloadkea-43f9ce0c56cd14c0349a8f3c3c9a5f4dc092f65a.tar.xz
kea-43f9ce0c56cd14c0349a8f3c3c9a5f4dc092f65a.zip
[master] forgot to apply one last suggestion in #812: renaming a method.
Diffstat (limited to 'src/lib/dns/tsigkey.h')
-rw-r--r--src/lib/dns/tsigkey.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dns/tsigkey.h b/src/lib/dns/tsigkey.h
index 4136278d66..02dd423282 100644
--- a/src/lib/dns/tsigkey.h
+++ b/src/lib/dns/tsigkey.h
@@ -145,7 +145,7 @@ public:
const Name& getAlgorithmName() const;
/// Return the hash algorithm name in the form of cryptolink::HashAlgorithm
- isc::cryptolink::HashAlgorithm getCryptoAlgorithm() const;
+ isc::cryptolink::HashAlgorithm getAlgorithm() const;
/// Return the length of the TSIG secret in bytes.
size_t getSecretLength() const;