BIND 10 trac936, updated. 71eb80242fd144bddc06c98b3bdaa91341a65f26 [trac936] addressed some comments
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed May 18 18:17:24 UTC 2011
The branch, trac936 has been updated
via 71eb80242fd144bddc06c98b3bdaa91341a65f26 (commit)
from 77def12e8d0d957d9fe587816b27b6df4f88ce90 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 71eb80242fd144bddc06c98b3bdaa91341a65f26
Author: Jelte Jansen <jelte at isc.org>
Date: Wed May 18 20:17:02 2011 +0200
[trac936] addressed some comments
-----------------------------------------------------------------------
Summary of changes:
src/lib/cryptolink/crypto_hmac.cc | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/cryptolink/crypto_hmac.cc b/src/lib/cryptolink/crypto_hmac.cc
index 2f41e5d..d5a733b 100644
--- a/src/lib/cryptolink/crypto_hmac.cc
+++ b/src/lib/cryptolink/crypto_hmac.cc
@@ -12,8 +12,6 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
-#include <config.h>
-
#include <cryptolink.h>
#include <cryptolink/crypto_hmac.h>
@@ -80,7 +78,7 @@ public:
#elif BOTAN_VERSION_CODE >= BOTAN_VERSION_CODE_FOR(1,8,0)
size_t block_length = hash->HASH_BLOCK_SIZE;
#else
-#error "Unsupported BOTAN_API_VERSION (need 1.8 or higher)"
+#error "Unsupported Botan version (need 1.8 or higher)"
// added to suppress irrelevant compiler errors
size_t block_length = 0;
#endif
@@ -115,7 +113,7 @@ public:
#elif BOTAN_VERSION_CODE >= BOTAN_VERSION_CODE_FOR(1,8,0)
return (hmac_->OUTPUT_LENGTH);
#else
-#error "Unsupported BOTAN_API_VERSION (need 1.8 or higher)"
+#error "Unsupported Botan version (need 1.8 or higher)"
// added to suppress irrelevant compiler errors
return 0;
#endif
More information about the bind10-changes
mailing list