[patch]: bss_file.c: don't force largefile mode
---
 crypto/bio/bss_file.c |    3 ---
 1 file changed, 3 deletions(-)

Index: crypto/bio/bss_file.c
===================================================================
--- crypto/bio/bss_file.c
+++ crypto/bio/bss_file.c
@@ -78,9 +78,6 @@
  * of 32-bit platforms which allow for 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>
