aboutsummaryrefslogtreecommitdiff
path: root/crypto/bn/bn_blind.c
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2014-08-14 23:22:41 -0400
committerRich Salz <rsalz@akamai.com>2014-08-18 12:50:00 -0400
commit448155e9bbda27cbba365ff549a7e2044a8a399f (patch)
tree72b5cf9a5b81bf001fa7113bd16dd3331b272e3d /crypto/bn/bn_blind.c
parentf756fb430eb8f5f70696f174460eb90740b318f7 (diff)
downloadopenssl-448155e9bbda27cbba365ff549a7e2044a8a399f.zip
openssl-448155e9bbda27cbba365ff549a7e2044a8a399f.tar.gz
openssl-448155e9bbda27cbba365ff549a7e2044a8a399f.tar.bz2
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_blind.c')
-rw-r--r--crypto/bn/bn_blind.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/bn/bn_blind.c b/crypto/bn/bn_blind.c
index c1ce161..c0fe57a 100644
--- a/crypto/bn/bn_blind.c
+++ b/crypto/bn/bn_blind.c
@@ -111,7 +111,6 @@
#define OPENSSL_FIPSAPI
-#include <stdio.h>
#include "cryptlib.h"
#include "bn_lcl.h"