diff options
| author | Roy Marples <roy@marples.name> | 2017-03-22 11:27:59 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2017-03-22 11:27:59 +0000 |
| commit | 1d9d13e977ecc59375441ab48a65b2ab4da0ba86 (patch) | |
| tree | 4d20812818142e245eaa1188227abf36420d5f25 /configure | |
| parent | 428757f475565b97d5f72394aebab3c8bc8d9d9e (diff) | |
| download | dhcpcd-1d9d13e977ecc59375441ab48a65b2ab4da0ba86.tar.xz | |
Report correct config test for arc4random_uniform
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -719,7 +719,7 @@ EOF else ARC4RANDOM_UNIFORM=no fi - echo "$ARC4RANDOM" + echo "$ARC4RANDOM_UNIFORM" rm -f _arc4random_uniform.c _arc4random_uniform fi if [ "$ARC4RANDOM_UNIFORM" = no ]; then |
