aboutsummaryrefslogtreecommitdiffstats
path: root/src/hmac.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-09-05 12:49:05 +0000
committerlloyd <[email protected]>2008-09-05 12:49:05 +0000
commita10b1c70bcbdc8b1f2978928a58b60a3aa2ffa2c (patch)
tree732862d6950a8ed86debedb01b7c8142844373fa /src/hmac.cpp
parent3bac1d990af53d6646f768a2b47d5b18d933fea2 (diff)
parente292d9c1263fc74c26b26b9bd6f879ab25cc19ee (diff)
propagate from branch 'net.randombit.botan' (head 6af2a53b621670d7f0a7f0dc5db05c21475ec87b)
to branch 'net.randombit.botan.ecdsa' (head 615b9b32d55f374b935f9b9bfb4049dfad765e6c)
Diffstat (limited to 'src/hmac.cpp')
-rw-r--r--src/hmac.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hmac.cpp b/src/hmac.cpp
index 5604145f4..b8c76e8f6 100644
--- a/src/hmac.cpp
+++ b/src/hmac.cpp
@@ -6,7 +6,7 @@
#include <botan/hmac.h>
#include <botan/lookup.h>
-#include <botan/bit_ops.h>
+#include <botan/xor_buf.h>
namespace Botan {