2
1

openssl-dont-force-large-file.patch 530 B

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