aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-03-13 21:07:38 +0000
committerlloyd <[email protected]>2010-03-13 21:07:38 +0000
commitde6ce8809c9f7c87981d7588255f65acf8d3b45c (patch)
treec9bae3d8f202dc91484a63139f7f7d66fb7a61a4 /src
parent85ce6e18e1968c2480563b528b2c3ac1daad273c (diff)
Remove stdio include
Diffstat (limited to 'src')
-rw-r--r--src/pubkey/dsa/dsa.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pubkey/dsa/dsa.cpp b/src/pubkey/dsa/dsa.cpp
index d1f721084..7f0ab0bfa 100644
--- a/src/pubkey/dsa/dsa.cpp
+++ b/src/pubkey/dsa/dsa.cpp
@@ -9,8 +9,6 @@
#include <botan/numthry.h>
#include <botan/keypair.h>
-#include <stdio.h>
-
namespace Botan {
/*