We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79ac6e0 commit 181ac46Copy full SHA for 181ac46
ext/standard/config.m4
@@ -398,22 +398,6 @@ if test "$ac_cv_strptime_decl_fails" = "yes"; then
398
AC_DEFINE([HAVE_STRPTIME_DECL_FAILS], 1, [whether strptime() declaration fails])
399
fi
400
401
-dnl
402
-dnl Check for arc4random on BSD systems
403
404
-AC_CHECK_DECLS([arc4random_buf])
405
-
406
407
-dnl Check for CCRandomGenerateBytes
408
-dnl header absent in previous macOs releases
409
410
-AC_CHECK_HEADERS([CommonCrypto/CommonRandom.h], [], [],
411
-[
412
- #include <sys/types.h>
413
- #include <Availability.h>
414
- #include <CommonCrypto/CommonCryptoError.h>
415
-])
416
417
dnl
418
dnl Check for argon2
419
0 commit comments