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-18 16:09:02 -0400
committerB Stack <bgstack15@gmail.com>2019-09-18 16:09:02 -0400
commitacc23d168ba4c554f1fca96aa20ba3ba818bbc99 (patch)
tree72fe0962ecb182358d3abb786595057431375d3c /openssl-freefilesync/openssl-1.1.1-fips-post-rand.patch
parentMerge branch 'freefilesync-bump' into 'master' (diff)
downloadstackrpms-acc23d168ba4c554f1fca96aa20ba3ba818bbc99.tar.gz
stackrpms-acc23d168ba4c554f1fca96aa20ba3ba818bbc99.tar.bz2
stackrpms-acc23d168ba4c554f1fca96aa20ba3ba818bbc99.zip
bump to openssl 1.1.1c-6.fc30
* document the changes better * revert manual changes to patch files and do it in the spec
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