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:38:16 +0000 (20:38 +0100)
commitcc08075f66cd84949524444321bb59566f22dce0
tree99186995c979430df230a1afcbde223ba0515687
parent6114041540d8d1fecaf23a861788c3c742d3b467
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)

(cherry picked from commit 2369111fd94ebc9b7d37e68f3ea9629f2fe5fa2e)
crypto/o_fopen.c