From 823146d65fe145eb6024d84ab50ed63ba9f8705c Mon Sep 17 00:00:00 2001 From: FdaSilvaYY Date: Sun, 5 Jun 2016 00:35:42 +0200 Subject: Useless header include of openssl/rand.h Reviewed-by: Kurt Roeckx Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/1168) --- crypto/rsa/rsa_lib.c | 1 - 1 file changed, 1 deletion(-) (limited to 'crypto/rsa/rsa_lib.c') diff --git a/crypto/rsa/rsa_lib.c b/crypto/rsa/rsa_lib.c index 87a3261..9ba86d8 100644 --- a/crypto/rsa/rsa_lib.c +++ b/crypto/rsa/rsa_lib.c @@ -12,7 +12,6 @@ #include "internal/cryptlib.h" #include #include "internal/bn_int.h" -#include #include #include "rsa_locl.h" -- cgit v1.1