summaryrefslogtreecommitdiff
path: root/openssl-freefilesync/openssl-1.1.1-fips-post-rand.patch
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-09-19 14:06:44 +0000
committerB Stack <bgstack15@gmail.com>2019-09-19 14:06:44 +0000
commit9ad3cbb24f82dacc5bc878770663f121e67fce34 (patch)
treeafccc469f5d0ec7feb2e56060754582fa3221644 /openssl-freefilesync/openssl-1.1.1-fips-post-rand.patch
parentMerge branch 'freefilesync-bump' into 'master' (diff)
parentpublish the diff (diff)
downloadstackrpms-9ad3cbb24f82dacc5bc878770663f121e67fce34.tar.gz
stackrpms-9ad3cbb24f82dacc5bc878770663f121e67fce34.tar.bz2
stackrpms-9ad3cbb24f82dacc5bc878770663f121e67fce34.zip
Merge branch 'openssl-ffs-bump' into 'master'
Openssl-freefilesync-1.1.1c-6 Closes #10 See merge request bgstack15/stackrpms!90
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.patch2
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>
bgstack15