diff options
Diffstat (limited to 'openssl-freefilesync/openssl-1.1.1-fips-post-rand.patch')
-rw-r--r-- | openssl-freefilesync/openssl-1.1.1-fips-post-rand.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl-freefilesync/openssl-1.1.1-fips-post-rand.patch b/openssl-freefilesync/openssl-1.1.1-fips-post-rand.patch index 2acea98..fc60e33 100644 --- a/openssl-freefilesync/openssl-1.1.1-fips-post-rand.patch +++ b/openssl-freefilesync/openssl-1.1.1-fips-post-rand.patch @@ -76,7 +76,7 @@ diff -up openssl-1.1.1c/crypto/rand/rand_unix.c.fips-post-rand openssl-1.1.1c/cr #if defined(__linux) -# include <asm/unistd.h> +# include <sys/syscall.h> -+# include </usr/include/linux/random.h> ++# include <sys/random.h> #endif #if defined(__FreeBSD__) # include <sys/types.h> |