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/pkcs7/pk7_dgst.c | 1 - crypto/pkcs7/pk7_enc.c | 1 - crypto/pkcs7/pk7_mime.c | 1 - 3 files changed, 3 deletions(-) (limited to 'crypto/pkcs7') diff --git a/crypto/pkcs7/pk7_dgst.c b/crypto/pkcs7/pk7_dgst.c index b0a6bd5e77..965fb37eab 100644 --- a/crypto/pkcs7/pk7_dgst.c +++ b/crypto/pkcs7/pk7_dgst.c @@ -10,7 +10,6 @@ #include #include "internal/cryptlib.h" #include -#include #include #include #include diff --git a/crypto/pkcs7/pk7_enc.c b/crypto/pkcs7/pk7_enc.c index 6889a0487d..3c59f9c8c5 100644 --- a/crypto/pkcs7/pk7_enc.c +++ b/crypto/pkcs7/pk7_enc.c @@ -10,7 +10,6 @@ #include #include "internal/cryptlib.h" #include -#include #include #include #include diff --git a/crypto/pkcs7/pk7_mime.c b/crypto/pkcs7/pk7_mime.c index d44b3adae6..97474cf519 100644 --- a/crypto/pkcs7/pk7_mime.c +++ b/crypto/pkcs7/pk7_mime.c @@ -10,7 +10,6 @@ #include #include #include "internal/cryptlib.h" -#include #include #include -- cgit v1.2.3