Include "e_os.h" instead of "../e_os.h", and trust the building
authorRichard Levitte <levitte@openssl.org>
Wed, 10 Sep 2003 09:15:09 +0000 (09:15 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 10 Sep 2003 09:15:09 +0000 (09:15 +0000)
commit27d63818e1d5e97acfca1a6f960ee52ed52df136
treefcefb181e63482420270a35733d2f9231a18ec5e
parentfa68935f57394b1ec4626c4812bd4fcde191ee77
Include "e_os.h" instead of "../e_os.h", and trust the building
procedure to give the correct -I options to the compiler.  This is
*especially* true for test programs that appear in two places, with
different paths to e_os.h depending on where they are built.
fips/aes/fips_aesavs.c
fips/des/fips_desmovs.c
fips/dsa/fips_dsatest.c
fips/rand/fips_randtest.c