Bump version to 0.9.8j
[avatt.git] / package / openssl / openssl-0.9.8j-dont-force-large-file.patch
blob5b04656ff5d2fd9f644ef4044ce45c6e5d3c1561
1 [patch]: bss_file.c: don't force largefile mode
2 ---
3 crypto/bio/bss_file.c | 3 ---
4 1 file changed, 3 deletions(-)
6 Index: openssl-0.9.8g/crypto/bio/bss_file.c
7 ===================================================================
8 --- openssl-0.9.8g.orig/crypto/bio/bss_file.c
9 +++ openssl-0.9.8g/crypto/bio/bss_file.c
10 @@ -78,9 +78,6 @@
11 * sequential access of large files without extra "magic" comprise *BSD,
12 * Darwin, IRIX...
14 -#ifndef _FILE_OFFSET_BITS
15 -#define _FILE_OFFSET_BITS 64
16 -#endif
17 #endif
19 #include <stdio.h>