This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-crypto.git
The following commit(s) were added to refs/heads/master by this push: new 9cc9e476 No longer needed (#277) 9cc9e476 is described below commit 9cc9e4767598ee5ce2e45512e3ab9f6c70e7d1cf Author: sebbASF <sebb...@users.noreply.github.com> AuthorDate: Sun Nov 19 12:03:50 2023 +0000 No longer needed (#277) [skip ci] already tested --- .../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