summaryrefslogtreecommitdiff
path: root/e_os.h
diff options
context:
space:
mode:
authorulf <ulf>2000-01-16 16:04:26 +0000
committerulf <ulf>2000-01-16 16:04:26 +0000
commit410c7002b39954b9a1202d66dcd3d52ee4debf45 (patch)
tree7bad1a818d7eba8ec22a44e388ffc2bed0bd0401 /e_os.h
parent1aa83a3d27f9757ddb6a42283e63e411a343c041 (diff)
downloadopenssl-410c7002b39954b9a1202d66dcd3d52ee4debf45.tar.gz
remove debug modification that I checked in accidentally
Diffstat (limited to 'e_os.h')
-rw-r--r--e_os.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/e_os.h b/e_os.h
index f0b381a54..fa2a11776 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)