浏览代码

use urandom in both cases, otherwise i get problems on a foxboard

Waldemar Brodkorb 14 年之前
父节点
当前提交
48402ec7bb
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. 11 0
      package/krb5/patches/patch-src_lib_crypto_krb_prng_prng_c

+ 11 - 0
package/krb5/patches/patch-src_lib_crypto_krb_prng_prng_c

@@ -0,0 +1,11 @@
+--- krb5-1.9.orig/src/lib/crypto/krb/prng/prng.c
++++ krb5-1.9/src/lib/crypto/krb/prng/prng.c
+@@ -168,7 +168,7 @@
+        we have both /dev/random and /dev/urandom.  We want the strong
+        data included in the reseed so we get it first.*/
+     if (strong) {
+-        if (read_entropy_from_device(context, "/dev/random"))
++        if (read_entropy_from_device(context, "/dev/urandom"))
+             *oursuccess = 1;
+     }
+     if (read_entropy_from_device(context, "/dev/urandom"))