Move Windows seeding functions into a separate file.
authorBodo Möller <bodo@openssl.org>
Wed, 31 May 2000 12:48:35 +0000 (12:48 +0000)
committerBodo Möller <bodo@openssl.org>
Wed, 31 May 2000 12:48:35 +0000 (12:48 +0000)
commit2ace287deaf64df6ccfd8e61ab4022207c66ec06
treeef355b84b25c76655ed51466f0d00f18148621f7
parent939fff67995df626393a7f0fa6b054cbebaefc39
Move Windows seeding functions into a separate file.
They have nothing to do with the particular PRNG (md_rand.c).
crypto/crypto.h
crypto/rand/Makefile.ssl
crypto/rand/md_rand.c
crypto/rand/rand_win.c [new file with mode: 0644]