Remove ifndef FIPS_MODE from rand_unix.c
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Wed, 4 Sep 2019 09:50:54 +0000 (11:50 +0200)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Thu, 5 Sep 2019 06:25:18 +0000 (08:25 +0200)
commitaa24cc01957f813beb5329c26ae581fe6b7482a7
tree324a65973936ce07a586a70419f91be759cc4434
parentfb6a82c498b895c5d92a59d0b1737d37da98cefc
Remove ifndef FIPS_MODE from rand_unix.c

This will never be the case for 1.1.1 so removed.

Fixes: comment 1 of #9757

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9762)
crypto/rand/rand_unix.c