diff options
author | Rich Salz <rsalz@akamai.com> | 2016-01-31 19:08:23 +0100 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-02-10 02:13:29 +0100 |
commit | effaf4dee90beff07bb40f21d81352304a5e8152 (patch) | |
tree | 4bc77d1b1998e6fac62b3a5967a223376cb47111 /crypto/build.info | |
parent | Make some global variables static (diff) | |
download | openssl-effaf4dee90beff07bb40f21d81352304a5e8152.tar.xz openssl-effaf4dee90beff07bb40f21d81352304a5e8152.zip |
Use NON_EMPTY_TRANSLATION_UNIT, consistently.
This also closes RT 4123
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 f8ae4bd462..90f301a327 100644 --- a/crypto/build.info +++ b/crypto/build.info @@ -1,7 +1,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 thr_id.c lock.c fips_ers.c \ + ebcdic.c uid.c o_time.c o_str.c o_dir.c thr_id.c lock.c \ o_init.c o_fips.c mem_sec.c init.c {- $target{cpuid_asm_src} -} EXTRA= ../ms/uplink-x86.pl ../ms/uplink.c ../ms/applink.c \ x86cpuid.pl x86_64cpuid.pl ia64cpuid.S \ |