aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/dsa
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-12-16 05:15:42 +0000
committerlloyd <[email protected]>2009-12-16 05:15:42 +0000
commit85b961ff87c1d6300451538c939c99a2ff74b505 (patch)
treeb5d9ce5c5ce5d1bbce62bac513edbb8c84ad4521 /src/pubkey/dsa
parent317b76d71dca1840c9e72f9a26407590719c1423 (diff)
Post-merge fixes
Diffstat (limited to 'src/pubkey/dsa')
-rw-r--r--src/pubkey/dsa/dsa_op.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pubkey/dsa/dsa_op.cpp b/src/pubkey/dsa/dsa_op.cpp
index 03eaebfb0..5eb9e92be 100644
--- a/src/pubkey/dsa/dsa_op.cpp
+++ b/src/pubkey/dsa/dsa_op.cpp
@@ -6,7 +6,7 @@
*/
#include <botan/dsa_op.h>
-#include <botan/async.h>
+#include <botan/internal/async.h>
namespace Botan {