crypto/o_fopen.c: alias fopen to fopen64.
authorAndy Polyakov <appro@openssl.org>
Wed, 27 Jun 2018 09:57:45 +0000 (11:57 +0200)
committerMatt Caswell <matt@openssl.org>
Mon, 13 Aug 2018 19:33:20 +0000 (20:33 +0100)
commit2369111fd94ebc9b7d37e68f3ea9629f2fe5fa2e
treeb8cad1e3c1f64c88e60505ae545c79c9bc518bf7
parent9f9a7d60ad670e058f4c4e74eee5341caf970471
crypto/o_fopen.c: alias fopen to fopen64.

Originally fopen(3) was called from bio/bss_file.c, which performed the
aliasing. Then fopen(3) was moved to o_fopen.c, while "magic" definition
was left behind. It's still useful on 32-bit platforms, so pull it to
o_fopen.c.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6596)
crypto/o_fopen.c