2bbfff1f3a
A bug was discovered in the key validation code. This bug causes keys with more than one user ID to give all user IDs on the key the amount of validity given to the most-valid key. http://marc.theaimsgroup.com/?l=bugtraq&m=105215110111174&w=2 -- MAINTAINER ok
13 lines
430 B
Plaintext
13 lines
430 B
Plaintext
$OpenBSD: patch-configure_ac,v 1.3 2003/05/27 14:54:43 brad Exp $
|
|
--- configure.ac.orig Thu May 1 08:27:05 2003
|
|
+++ configure.ac Mon May 12 01:45:38 2003
|
|
@@ -500,7 +500,7 @@ NAME_OF_DEV_RANDOM="/dev/random"
|
|
NAME_OF_DEV_URANDOM="/dev/urandom"
|
|
case "${target}" in
|
|
*-openbsd*)
|
|
- NAME_OF_DEV_RANDOM="/dev/srandom"
|
|
+ NAME_OF_DEV_RANDOM="/dev/arandom"
|
|
NAME_OF_DEV_URANDOM="/dev/urandom"
|
|
;;
|
|
esac
|