cc43f81 Made RAND_status check optional (broke --disable-crypto-rand)

Authored and Committed by pemensik 5 years ago
    Made RAND_status check optional (broke --disable-crypto-rand)
    
    dhclient can terminate if not enough entropy, but it never requires
    random data. On a new virtual machine, lack of entropy can be common.
    Ensure it does not prevent DHCP client assigning an IP address.
    
        
file added
+32
file modified
+8 -1