summaryrefslogtreecommitdiffstats
path: root/package/openssl/openssl-dont-force-large-file.patch
blob: 5b04656ff5d2fd9f644ef4044ce45c6e5d3c1561 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[patch]: bss_file.c: don't force largefile mode
---
 crypto/bio/bss_file.c |    3 ---
 1 file changed, 3 deletions(-)

Index: openssl-0.9.8g/crypto/bio/bss_file.c
===================================================================
--- openssl-0.9.8g.orig/crypto/bio/bss_file.c
+++ openssl-0.9.8g/crypto/bio/bss_file.c
@@ -78,9 +78,6 @@
  * sequential access of large files without extra "magic" comprise *BSD,
  * Darwin, IRIX...
  */
-#ifndef _FILE_OFFSET_BITS
-#define _FILE_OFFSET_BITS 64
-#endif
 #endif
 
 #include <stdio.h>