aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rand/Makefile.ssl
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-05-31 12:48:35 +0000
committerBodo Möller <bodo@openssl.org>2000-05-31 12:48:35 +0000
commit2ace287deaf64df6ccfd8e61ab4022207c66ec06 (patch)
treeef355b84b25c76655ed51466f0d00f18148621f7 /crypto/rand/Makefile.ssl
parent939fff67995df626393a7f0fa6b054cbebaefc39 (diff)
downloadopenssl-2ace287deaf64df6ccfd8e61ab4022207c66ec06.tar.gz
Move Windows seeding functions into a separate file.
They have nothing to do with the particular PRNG (md_rand.c).
Diffstat (limited to 'crypto/rand/Makefile.ssl')
-rw-r--r--crypto/rand/Makefile.ssl4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/rand/Makefile.ssl b/crypto/rand/Makefile.ssl
index 2d4541f78e..d9e0b3782d 100644
--- a/crypto/rand/Makefile.ssl
+++ b/crypto/rand/Makefile.ssl
@@ -22,8 +22,8 @@ TEST= randtest.c
APPS=
LIB=$(TOP)/libcrypto.a
-LIBSRC=md_rand.c randfile.c rand_lib.c rand_err.c rand_egd.c
-LIBOBJ=md_rand.o randfile.o rand_lib.o rand_err.o rand_egd.o
+LIBSRC=md_rand.c randfile.c rand_lib.c rand_err.c rand_egd.c rand_win.c
+LIBOBJ=md_rand.o randfile.o rand_lib.o rand_err.o rand_egd.o rand_win.o
SRC= $(LIBSRC)