]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
crypto/gc-random: Fix list of crypto devices for Solaris.
authorBruno Haible <bruno@clisp.org>
Sun, 31 May 2020 10:55:52 +0000 (12:55 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 31 May 2020 10:57:55 +0000 (12:57 +0200)
* m4/gc-random.m4 (gl_GC_RANDOM): Don't special-case Solaris.

ChangeLog
m4/gc-random.m4

index 5ef05e037caeb11d936dbc9ac15e062daa1ac323..cacd4c0f5cf808e7e5105018913e39e782b9cf51 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
index 15751cbaa729a6d8307ee750d58fc5b8d0ce2e12..a7812a3264193b51315069db350031ccd2f8e85f 100644 (file)
@@ -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"