Add a kludge :-(
authorBodo Möller <bodo@openssl.org>
Thu, 20 May 1999 22:18:49 +0000 (22:18 +0000)
committerBodo Möller <bodo@openssl.org>
Thu, 20 May 1999 22:18:49 +0000 (22:18 +0000)
commitd6847aed108ca305559dea11241198351730490c
treece7f0f115f350645f25f01ec57802b89fae7394a
parent17e3dd1c62e9aadcd908c55e650f70379d2d19e2
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.
21 files changed:
crypto/Makefile.ssl
crypto/asn1/Makefile.ssl
crypto/bio/Makefile.ssl
crypto/bn/Makefile.ssl
crypto/buffer/Makefile.ssl
crypto/cast/Makefile.ssl
crypto/cast/cast_lcl.h
crypto/conf/Makefile.ssl
crypto/dh/Makefile.ssl
crypto/dsa/Makefile.ssl
crypto/e_os.h [new file with mode: 0644]
crypto/err/Makefile.ssl
crypto/lhash/Makefile.ssl
crypto/md2/Makefile.ssl
crypto/objects/Makefile.ssl
crypto/rand/Makefile.ssl
crypto/rand/md_rand.c
crypto/rand/randfile.c
crypto/rsa/Makefile.ssl
crypto/stack/Makefile.ssl
crypto/txt_db/Makefile.ssl