You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
631 B
12 lines
631 B
diff -u -r ../openssl-1.1.1c/e_os.h ./e_os.h
|
|
--- ../openssl-1.1.1c/e_os.h 2019-05-28 13:12:21.000000000 +0000
|
|
+++ ./e_os.h 2019-05-29 20:59:46.153243395 +0000
|
|
@@ -38,7 +38,7 @@
|
|
* sockets will be tried in the order listed in case accessing the device
|
|
* files listed in DEVRANDOM did not return enough randomness.
|
|
*/
|
|
-# define DEVRANDOM_EGD "/var/run/egd-pool", "/dev/egd-pool", "/etc/egd-pool", "/etc/entropy"
|
|
+# define DEVRANDOM_EGD "@TERMUX_PREFIX@/var/run/egd-pool", "/dev/egd-pool", "@TERMUX_PREFIX@/etc/egd-pool", "@TERMUX_PREFIX@/etc/entropy"
|
|
# endif
|
|
|
|
# if defined(OPENSSL_SYS_VXWORKS) || defined(OPENSSL_SYS_UEFI)
|
|
|