This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch tidyh
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git

commit f5b1f7bbad3872e90d6f76db189323f1c14867eb
Author: Sebb <s...@apache.org>
AuthorDate: Sun Nov 19 11:53:02 2023 +0000

    No longer needed
---
 .../org/apache/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 efaca8f9..59119618 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 <stdlib.h>
 #include <string.h>
 
-#ifdef UNIX
-#include <pthread.h>
-#include <unistd.h>
-#include <sys/syscall.h>
-#include <sys/types.h>
-#endif
-
 #ifdef WINDOWS
 #include <windows.h>
 #endif

Reply via email to