remove debug modification that I checked in accidentally
authorUlf Möller <ulf@openssl.org>
Sun, 16 Jan 2000 16:04:26 +0000 (16:04 +0000)
committerUlf Möller <ulf@openssl.org>
Sun, 16 Jan 2000 16:04:26 +0000 (16:04 +0000)
e_os.h

diff --git a/e_os.h b/e_os.h
index f0b381a5464f134af9977cbfbaea536200d434cd..fa2a117762b7ef1519cdfeddbb752cd0513861e9 100644 (file)
--- 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)