diff options
author | Andy Polyakov <appro@openssl.org> | 2016-06-21 15:26:18 +0200 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2016-06-22 21:51:53 +0200 |
commit | 094878164de102cf97c4e9f2392f41e03ef2f11c (patch) | |
tree | 2986f580c305211e199e4b92efb4d07c631a1996 /crypto/build.info | |
parent | crypto/cryptlib.c: omit OPENSSL_ia32cap_loc(). (diff) | |
download | openssl-094878164de102cf97c4e9f2392f41e03ef2f11c.tar.xz openssl-094878164de102cf97c4e9f2392f41e03ef2f11c.zip |
Move OS-specific fopen quirks to o_fopen.c.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/build.info')
-rw-r--r-- | crypto/build.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/build.info b/crypto/build.info index 1b4ed1434a..916d24f66e 100644 --- a/crypto/build.info +++ b/crypto/build.info @@ -2,7 +2,7 @@ LIBS=../libcrypto SOURCE[../libcrypto]=\ cryptlib.c mem.c mem_dbg.c cversion.c ex_data.c cpt_err.c \ - ebcdic.c uid.c o_time.c o_str.c o_dir.c \ + ebcdic.c uid.c o_time.c o_str.c o_dir.c o_fopen.c \ threads_pthread.c threads_win.c threads_none.c \ o_init.c o_fips.c mem_sec.c init.c {- $target{cpuid_asm_src} -} \ {- $target{uplink_aux_src} -} |