diff options
author | Francis Dupont <fdupont@isc.org> | 2014-10-22 00:34:39 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2014-10-22 00:34:39 +0200 |
commit | ae3a9cd1a0d2dc07b7092368149381d69bc2c61a (patch) | |
tree | 3d0cceea068c448cf10f36cae2521ca165934751 /src/lib/cryptolink/botan_link.cc | |
parent | update commit hash (diff) | |
download | kea-ae3a9cd1a0d2dc07b7092368149381d69bc2c61a.tar.xz kea-ae3a9cd1a0d2dc07b7092368149381d69bc2c61a.zip |
[trac3593] added truncated HMAC support to TSIG
Diffstat (limited to 'src/lib/cryptolink/botan_link.cc')
-rw-r--r-- | src/lib/cryptolink/botan_link.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/cryptolink/botan_link.cc b/src/lib/cryptolink/botan_link.cc index c76bbe5196..ede4f33124 100644 --- a/src/lib/cryptolink/botan_link.cc +++ b/src/lib/cryptolink/botan_link.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2011, 2014 Internet Systems Consortium, Inc. ("ISC") // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above |