From ca3b1b898a759441664e75ea0d1885e36b9defac Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Fri, 14 Jul 2017 20:37:28 +0300 Subject: Restored arc4random unit test after 59fc46dd5e1d. --- auto/unix | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'auto') diff --git a/auto/unix b/auto/unix index 18256007..59c7f68a 100644 --- a/auto/unix +++ b/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 - - int main() { - - (void) arc4random(); - - return 0; - }" -. auto/feature - - # Linux 3.17 getrandom(). nxt_feature="getrandom()" -- cgit