From f5b1f7bbad3872e90d6f76db189323f1c14867eb Mon Sep 17 00:00:00 2001 From: Sebb Date: Sun, 19 Nov 2023 11:53:02 +0000 Subject: [PATCH] No longer needed --- .../commons/crypto/random/OpenSslCryptoRandomNative.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/main/native/org/apache/commons/crypto/random/OpenSslCryptoRandomNative.c b/src/main/native/org/apache/commons/crypto/random/OpenSslCryptoRandomNative.c index efaca8f99..591196186 100644 --- a/src/main/native/org/apache/commons/crypto/random/OpenSslCryptoRandomNative.c +++ b/src/main/native/org/apache/commons/crypto/random/OpenSslCryptoRandomNative.c @@ -22,13 +22,6 @@ #include #include -#ifdef UNIX -#include -#include -#include -#include -#endif - #ifdef WINDOWS #include #endif