From: Ulf Möller Date: Sun, 16 Jan 2000 16:04:26 +0000 (+0000) Subject: remove debug modification that I checked in accidentally X-Git-Tag: OpenSSL_0_9_5beta1~264 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=88618bac731bba10e18028a4c886b8373cacb2bb;p=oweals%2Fopenssl.git remove debug modification that I checked in accidentally --- diff --git a/e_os.h b/e_os.h index f0b381a546..fa2a117762 100644 --- a/e_os.h +++ b/e_os.h @@ -79,7 +79,7 @@ extern "C" { #ifndef DEVRANDOM /* set this to your 'random' device if you have one. * My default, we will try to read this file */ -#define DEVRANDOM "/gibtsnich/dev/urandom" +#define DEVRANDOM "/dev/urandom" #endif #if defined(__MWERKS__) && defined(macintosh)