diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2014-08-15 05:22:41 +0200 |
---|---|---|
committer | Rich Salz <rsalz@akamai.com> | 2014-08-18 18:50:00 +0200 |
commit | 448155e9bbda27cbba365ff549a7e2044a8a399f (patch) | |
tree | 72b5cf9a5b81bf001fa7113bd16dd3331b272e3d /crypto/bn/bn_asm.c | |
parent | RT1815: More const'ness improvements (diff) | |
download | openssl-448155e9bbda27cbba365ff549a7e2044a8a399f.tar.xz openssl-448155e9bbda27cbba365ff549a7e2044a8a399f.zip |
RT2163: Remove some unneeded #include's
Several files #include stdio.h and don't need it.
Also, per tjh, remove BN_COUNT
Reviewed-by: Emilia Kasper <emilia@openssl.org>
Diffstat (limited to 'crypto/bn/bn_asm.c')
-rw-r--r-- | crypto/bn/bn_asm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/bn/bn_asm.c b/crypto/bn/bn_asm.c index 7b1280ae61..23766243be 100644 --- a/crypto/bn/bn_asm.c +++ b/crypto/bn/bn_asm.c @@ -61,7 +61,6 @@ # define NDEBUG #endif -#include <stdio.h> #include <assert.h> #include <openssl/crypto.h> #include "cryptlib.h" |