summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-05-31 12:55:52 +0200
committerBruno Haible <bruno@clisp.org>2020-05-31 12:57:55 +0200
commitdebc8aad6d8126a6a9f83399594bb6368d55aa65 (patch)
tree1a590d262f95ddd9de83679ee60b70136863a472 /m4
parentd8a8fb3423499851bf06aac2302112944a276f97 (diff)
downloadgnulib-debc8aad6d8126a6a9f83399594bb6368d55aa65.tar.gz
crypto/gc-random: Fix list of crypto devices for Solaris.
* m4/gc-random.m4 (gl_GC_RANDOM): Don't special-case Solaris.
Diffstat (limited to 'm4')
-rw-r--r--m4/gc-random.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/gc-random.m4 b/m4/gc-random.m4
index 15751cbaa7..a7812a3264 100644
--- a/m4/gc-random.m4
+++ b/m4/gc-random.m4
@@ -1,4 +1,4 @@
-# gc-random.m4 serial 8
+# gc-random.m4 serial 9
dnl Copyright (C) 2005-2020 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -18,7 +18,7 @@ AC_DEFUN([gl_GC_RANDOM],
NAME_OF_NONCE_DEVICE="/dev/urandom"
;;
- *solaris* | *irix* | *dec-osf* )
+ *irix* | *dec-osf* )
NAME_OF_RANDOM_DEVICE="/dev/random"
NAME_OF_PSEUDO_RANDOM_DEVICE="/dev/random"
NAME_OF_NONCE_DEVICE="/dev/random"