summaryrefslogtreecommitdiff
path: root/e_os.h
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-01-16 16:04:26 +0000
committerUlf Möller <ulf@openssl.org>2000-01-16 16:04:26 +0000
commit88618bac731bba10e18028a4c886b8373cacb2bb (patch)
tree1abf53e821bfc0fe8f9e3764f5aa366669f0e52b /e_os.h
parent373b575f5a7b509bbadd67b1d57eef57dd23357a (diff)
downloadopenssl-new-88618bac731bba10e18028a4c886b8373cacb2bb.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 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)