Restored arc4random unit test after 59fc46dd5e1d.
This commit is contained in:
16
auto/unix
16
auto/unix
@@ -3,22 +3,6 @@
|
||||
# Copyright (C) NGINX, Inc.
|
||||
|
||||
|
||||
nxt_feature="arc4random()"
|
||||
nxt_feature_name=NXT_HAVE_ARC4RANDOM
|
||||
nxt_feature_run=
|
||||
nxt_feature_incs=
|
||||
nxt_feature_libs=
|
||||
nxt_feature_test="#include <stdlib.h>
|
||||
|
||||
int main() {
|
||||
|
||||
(void) arc4random();
|
||||
|
||||
return 0;
|
||||
}"
|
||||
. auto/feature
|
||||
|
||||
|
||||
# Linux 3.17 getrandom().
|
||||
|
||||
nxt_feature="getrandom()"
|
||||
|
||||
Reference in New Issue
Block a user