diff options
author | Jelte Jansen <jelte@isc.org> | 2011-04-20 17:16:30 +0200 |
---|---|---|
committer | Jelte Jansen <jelte@isc.org> | 2011-04-20 17:16:30 +0200 |
commit | 20336851f494ff1d9c8937400a99ed4d0203a340 (patch) | |
tree | a00d6da079e9487a5e3b3ea90be8cca5d0da258f /src/lib/dns/tsigkey.cc | |
parent | [trac781] catch all (unexpected) Botan errors and rethrow them as LibraryError (diff) | |
download | kea-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.cc | 2 |
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> |