diff options
author | Bodo Möller <bodo@openssl.org> | 2000-02-24 19:19:50 +0100 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 2000-02-24 19:19:50 +0100 |
commit | a7b991bd68d16c65b4bc9616e0af3376e9670fe0 (patch) | |
tree | e268467755806db6ffcf22f999b1343746e6ea8f /crypto/rand/Makefile.ssl | |
parent | EGD socket info. (diff) | |
download | openssl-a7b991bd68d16c65b4bc9616e0af3376e9670fe0.tar.xz openssl-a7b991bd68d16c65b4bc9616e0af3376e9670fe0.zip |
Don't define platform-dependent preprocessor symbols for OPENSSL_THREAD_DEFINES.
"make update".
Diffstat (limited to 'crypto/rand/Makefile.ssl')
-rw-r--r-- | crypto/rand/Makefile.ssl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/rand/Makefile.ssl b/crypto/rand/Makefile.ssl index 68ef887902..a3d7115b9b 100644 --- a/crypto/rand/Makefile.ssl +++ b/crypto/rand/Makefile.ssl @@ -83,6 +83,7 @@ md_rand.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h md_rand.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h md_rand.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h md_rand.o: ../../include/openssl/sha.h ../../include/openssl/stack.h +rand_egd.o: ../../include/openssl/opensslconf.h ../../include/openssl/rand.h rand_err.o: ../../include/openssl/err.h ../../include/openssl/rand.h rand_lib.o: ../../include/openssl/rand.h randfile.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h |