* m4/gc-random.m4 (gl_GC_RANDOM): Don't special-case Solaris.
+2020-05-31 Bruno Haible <bruno@clisp.org>
+
+ crypto/gc-random: Fix list of crypto devices for Solaris.
+ * m4/gc-random.m4 (gl_GC_RANDOM): Don't special-case Solaris.
+
2020-05-31 Akim Demaille <akim@lrde.epita.fr>
list: fix GCC warnings
-# 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,
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"