aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey
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
parent317b76d71dca1840c9e72f9a26407590719c1423 (diff)
Post-merge fixes
Diffstat (limited to 'src/pubkey')
-rw-r--r--src/pubkey/dsa/dsa_op.cpp2
-rw-r--r--src/pubkey/elgamal/elg_op.cpp2
-rw-r--r--src/pubkey/if_algo/if_op.cpp2
-rw-r--r--src/pubkey/nr/nr_op.cpp2
4 files changed, 4 insertions, 4 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 {
diff --git a/src/pubkey/elgamal/elg_op.cpp b/src/pubkey/elgamal/elg_op.cpp
index db828a300..49db44251 100644
--- a/src/pubkey/elgamal/elg_op.cpp
+++ b/src/pubkey/elgamal/elg_op.cpp
@@ -6,7 +6,7 @@
*/
#include <botan/elg_op.h>
-#include <botan/async.h>
+#include <botan/internal/async.h>
namespace Botan {
diff --git a/src/pubkey/if_algo/if_op.cpp b/src/pubkey/if_algo/if_op.cpp
index 7974bf4f0..58618775b 100644
--- a/src/pubkey/if_algo/if_op.cpp
+++ b/src/pubkey/if_algo/if_op.cpp
@@ -7,7 +7,7 @@
#include <botan/if_op.h>
#include <botan/numthry.h>
-#include <botan/async.h>
+#include <botan/internal/async.h>
namespace Botan {
diff --git a/src/pubkey/nr/nr_op.cpp b/src/pubkey/nr/nr_op.cpp
index 49aa9fc00..da104802d 100644
--- a/src/pubkey/nr/nr_op.cpp
+++ b/src/pubkey/nr/nr_op.cpp
@@ -6,7 +6,7 @@
*/
#include <botan/nr_op.h>
-#include <botan/async.h>
+#include <botan/internal/async.h>
namespace Botan {