summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/tsigkey.cc
diff options
context:
space:
mode:
authorJelte Jansen <jelte@isc.org>2011-04-20 17:16:30 +0200
committerJelte Jansen <jelte@isc.org>2011-04-20 17:16:30 +0200
commit20336851f494ff1d9c8937400a99ed4d0203a340 (patch)
treea00d6da079e9487a5e3b3ea90be8cca5d0da258f /src/lib/dns/tsigkey.cc
parent[trac781] catch all (unexpected) Botan errors and rethrow them as LibraryError (diff)
downloadkea-20336851f494ff1d9c8937400a99ed4d0203a340.tar.xz
kea-20336851f494ff1d9c8937400a99ed4d0203a340.zip
[trac781] rename 'main' cryptolink file, and clean up includes
Diffstat (limited to 'src/lib/dns/tsigkey.cc')
-rw-r--r--src/lib/dns/tsigkey.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dns/tsigkey.cc b/src/lib/dns/tsigkey.cc
index 5376c70e08..f5c5351371 100644
--- a/src/lib/dns/tsigkey.cc
+++ b/src/lib/dns/tsigkey.cc
@@ -18,7 +18,7 @@
#include <exceptions/exceptions.h>
-#include <cryptolink/crypto.h>
+#include <cryptolink/cryptolink.h>
#include <dns/name.h>
#include <dns/util/base64.h>