Skip to content

Commit 181ac46

Browse files
authored
Remove obsolete checks for random-related functionality from ext/standard/config.m4 (#9482)
The users of these checks have been moved to ext/random. ext/standard does not reference the resulting defines.
1 parent 79ac6e0 commit 181ac46

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

ext/standard/config.m4

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -398,22 +398,6 @@ if test "$ac_cv_strptime_decl_fails" = "yes"; then
398398
AC_DEFINE([HAVE_STRPTIME_DECL_FAILS], 1, [whether strptime() declaration fails])
399399
fi
400400

401-
dnl
402-
dnl Check for arc4random on BSD systems
403-
dnl
404-
AC_CHECK_DECLS([arc4random_buf])
405-
406-
dnl
407-
dnl Check for CCRandomGenerateBytes
408-
dnl header absent in previous macOs releases
409-
dnl
410-
AC_CHECK_HEADERS([CommonCrypto/CommonRandom.h], [], [],
411-
[
412-
#include <sys/types.h>
413-
#include <Availability.h>
414-
#include <CommonCrypto/CommonCryptoError.h>
415-
])
416-
417401
dnl
418402
dnl Check for argon2
419403
dnl

0 commit comments

Comments
 (0)