diff options
-rw-r--r-- | src/lib/pubkey/rfc6979/rfc6979.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/pubkey/rfc6979/rfc6979.cpp b/src/lib/pubkey/rfc6979/rfc6979.cpp index 634b3bcb0..0bad4ecbf 100644 --- a/src/lib/pubkey/rfc6979/rfc6979.cpp +++ b/src/lib/pubkey/rfc6979/rfc6979.cpp @@ -9,9 +9,6 @@ #include <botan/hmac_drbg.h> #include <botan/libstate.h> -#include <botan/hex.h> -#include <iostream> - namespace Botan { BigInt generate_rfc6979_nonce(const BigInt& x, |