diff options
author | lloyd <[email protected]> | 2009-12-16 05:15:42 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-12-16 05:15:42 +0000 |
commit | 85b961ff87c1d6300451538c939c99a2ff74b505 (patch) | |
tree | b5d9ce5c5ce5d1bbce62bac513edbb8c84ad4521 /src/pubkey/dsa | |
parent | 317b76d71dca1840c9e72f9a26407590719c1423 (diff) |
Post-merge fixes
Diffstat (limited to 'src/pubkey/dsa')
-rw-r--r-- | src/pubkey/dsa/dsa_op.cpp | 2 |
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 { |