Set up the engine before doing anything random-related, since engine randomness
authorRichard Levitte <levitte@openssl.org>
Tue, 16 Jul 2002 06:51:45 +0000 (06:51 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 16 Jul 2002 06:51:45 +0000 (06:51 +0000)
commit50d1c3fd85528bca8f0564fa9d4d9f50cf8055aa
tree80718e00a36ea7f57d2606bcd246d96fc3a1b61d
parented712101ea2786f7677095a6c9edf19af1369a14
Set up the engine before doing anything random-related, since engine randomness
is only used for seeding and doing it in the wrong order will mean seeding
is done before the engine randomness is hooked in.
Notified by Frederic DONNAT <frederic.donnat@zencod.com>
apps/s_client.c
apps/s_server.c