diff options
author | Bodo Möller <bodo@openssl.org> | 1999-05-20 23:59:20 +0200 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 1999-05-20 23:59:20 +0200 |
commit | 17e3dd1c62e9aadcd908c55e650f70379d2d19e2 (patch) | |
tree | 2b3191cc15e24d09853b7e1b708fd93a398b40e8 /rsaref | |
parent | Bring VMS in sync with the recent changes. (diff) | |
download | openssl-17e3dd1c62e9aadcd908c55e650f70379d2d19e2.tar.xz openssl-17e3dd1c62e9aadcd908c55e650f70379d2d19e2.zip |
Don't install e_os.h in include/openssl, use it only as a local
include file.
Diffstat (limited to 'rsaref')
-rw-r--r-- | rsaref/Makefile.ssl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rsaref/Makefile.ssl b/rsaref/Makefile.ssl index 4d19f841ec..a1c0aef3f9 100644 --- a/rsaref/Makefile.ssl +++ b/rsaref/Makefile.ssl @@ -83,9 +83,9 @@ rsar_err.o: ../include/openssl/bn.h ../include/openssl/crypto.h rsar_err.o: ../include/openssl/err.h ../include/openssl/opensslconf.h rsar_err.o: ../include/openssl/opensslv.h ../include/openssl/rsa.h rsar_err.o: ../include/openssl/rsaref.h ../include/openssl/stack.h -rsaref.o: ../crypto/cryptlib.h ../include/openssl/bio.h ../include/openssl/bn.h -rsaref.o: ../include/openssl/buffer.h ../include/openssl/crypto.h -rsaref.o: ../include/openssl/e_os.h ../include/openssl/e_os2.h +rsaref.o: ../crypto/cryptlib.h ../e_os.h ../include/openssl/bio.h +rsaref.o: ../include/openssl/bn.h ../include/openssl/buffer.h +rsaref.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h rsaref.o: ../include/openssl/err.h ../include/openssl/opensslconf.h rsaref.o: ../include/openssl/opensslv.h ../include/openssl/rand.h rsaref.o: ../include/openssl/rsa.h ../include/openssl/rsaref.h |