bugzilla-daemon at mindrot.org
2002-Mar-07 23:35 UTC
[Bug 149] --with-random=[FILE] no longer available
http://bugzilla.mindrot.org/show_bug.cgi?id=149 ------- Additional Comments From djm at mindrot.org 2002-03-08 10:35 ------- The best fix is to rebuild OpenSSL with support for /dev/random built-in. That way all libcrypto-using apps will automatically pick up support for it. As a workaround you can do this: cat << EOF >> ssh-rand-helper.devrandom #!/bin/sh dd if=/dev/random bs=48 count=1 2>/dev/null EOF ./configure [options] --with-rand-helper make cp ssh-rand-helper.devrandom ssh-rand-helper make install ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.