summaryrefslogtreecommitdiff
path: root/www/links-hacked/files/patch-https.c
diff options
context:
space:
mode:
Diffstat (limited to 'www/links-hacked/files/patch-https.c')
-rw-r--r--www/links-hacked/files/patch-https.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/www/links-hacked/files/patch-https.c b/www/links-hacked/files/patch-https.c
deleted file mode 100644
index 8703e89f1dce..000000000000
--- a/www/links-hacked/files/patch-https.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- https.c.orig 2008-06-07 07:41:41 UTC
-+++ https.c
-@@ -15,7 +15,10 @@ SSL *getSSL(void)
- char f_randfile[PATH_MAX];
-
- if (!context) {
-- if (RAND_egd(RAND_file_name(f_randfile, sizeof(f_randfile)))<0){
-+#ifndef OPENSSL_NO_EGD
-+ if (RAND_egd(RAND_file_name(f_randfile, sizeof(f_randfile)))<0)
-+#endif
-+ {
- /* Not an EGD, so read and write to it */
- if (RAND_load_file(f_randfile, -1))
- RAND_write_file(f_randfile);