aboutsummaryrefslogtreecommitdiff
path: root/providers/implementations/rands
diff options
context:
space:
mode:
authorJHH20 <jhh.20@icloud.com>2022-05-02 19:50:04 +0900
committerTomas Mraz <tomas@openssl.org>2022-11-21 10:49:51 +0100
commitf68b78e307661a23275d42497cf5121b6846689b (patch)
treef01f404a81e785aa7b5aa86f00908608fadb6494 /providers/implementations/rands
parenta14eff6319ec254901e051d61e93d3272c451ebe (diff)
downloadopenssl-f68b78e307661a23275d42497cf5121b6846689b.zip
openssl-f68b78e307661a23275d42497cf5121b6846689b.tar.gz
openssl-f68b78e307661a23275d42497cf5121b6846689b.tar.bz2
Remove duplicated #include headers
CLA: trivial Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Todd Short <todd.short@me.com> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18220) (cherry picked from commit e257d3e76ffb848b7607b04057257323dc51c3b4)
Diffstat (limited to 'providers/implementations/rands')
-rw-r--r--providers/implementations/rands/seeding/rand_unix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/providers/implementations/rands/seeding/rand_unix.c b/providers/implementations/rands/seeding/rand_unix.c
index 3df7696..f091a27 100644
--- a/providers/implementations/rands/seeding/rand_unix.c
+++ b/providers/implementations/rands/seeding/rand_unix.c
@@ -17,7 +17,6 @@
#include <openssl/crypto.h>
#include "crypto/rand_pool.h"
#include "crypto/rand.h"
-#include <stdio.h>
#include "internal/dso.h"
#include "prov/seeding.h"