diff options
author | lloyd <[email protected]> | 2010-03-13 21:07:17 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-03-13 21:07:17 +0000 |
commit | 85ce6e18e1968c2480563b528b2c3ac1daad273c (patch) | |
tree | 9e451c97d690d8359c60d0b3120152f96399732b /src | |
parent | 81571353cb855f1fd50b751b6a7e9b41d7dd82cd (diff) |
Remove iostream/stdio includes
Diffstat (limited to 'src')
-rw-r--r-- | src/pubkey/gost_3410/gost_3410.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pubkey/gost_3410/gost_3410.cpp b/src/pubkey/gost_3410/gost_3410.cpp index 01a29d97a..505d92a61 100644 --- a/src/pubkey/gost_3410/gost_3410.cpp +++ b/src/pubkey/gost_3410/gost_3410.cpp @@ -11,9 +11,6 @@ #include <botan/der_enc.h> #include <botan/ber_dec.h> -#include <iostream> -#include <stdio.h> - namespace Botan { MemoryVector<byte> GOST_3410_PublicKey::x509_subject_public_key() const |