openssl/crypto/e_os.h
Bodo Möller d6847aed10 Add a kludge :-(
There were problems with putting e_os.h just into the top directory,
because the test programs are compiled within test/ in the "standard"
case in in their original directories in the makefile.one case;
and in the latter symlinks may not be available.
1999-05-20 22:18:49 +00:00

5 lines
175 B
C

/* The test programs are compiled in different directories for
* the "Makefile" and the "makefile.one" case -- the real e_os.h
* is one level above. */
#include "../e_os.h"