aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/rsa
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-10-13 03:34:49 +0000
committerlloyd <[email protected]>2010-10-13 03:34:49 +0000
commitfcd3aba1ff6b8597b31165474573dbb339479c14 (patch)
treef78d39b6d30c91139cb8f47be580e1c648e50c17 /src/pubkey/rsa
parentba142ed2eaa21445d49cbbc8ae3b3d4dc625b9d7 (diff)
Post-merge fixups
Diffstat (limited to 'src/pubkey/rsa')
-rw-r--r--src/pubkey/rsa/rsa.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pubkey/rsa/rsa.cpp b/src/pubkey/rsa/rsa.cpp
index ebc06ddb7..2da366699 100644
--- a/src/pubkey/rsa/rsa.cpp
+++ b/src/pubkey/rsa/rsa.cpp
@@ -10,6 +10,7 @@
#include <botan/parsing.h>
#include <botan/numthry.h>
#include <botan/keypair.h>
+#include <botan/internal/assert.h>
#include <future>
namespace Botan {