diff options
author | Lutz Jänicke <jaenicke@openssl.org> | 2001-08-25 13:33:34 +0200 |
---|---|---|
committer | Lutz Jänicke <jaenicke@openssl.org> | 2001-08-25 13:33:34 +0200 |
commit | bb8aab02113d683b76e06da31b7804591e2e62e0 (patch) | |
tree | b27729690876f4583e4cf6307b8cc7a0da744696 /e_os.h | |
parent | Needed for build on SunOS 4.1.x with gcc (Jeffrey Hutzelman <jhutz@cmu.edu>). (diff) | |
download | openssl-bb8aab02113d683b76e06da31b7804591e2e62e0.tar.xz openssl-bb8aab02113d683b76e06da31b7804591e2e62e0.zip |
Wording of comment...
Diffstat (limited to 'e_os.h')
-rw-r--r-- | e_os.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -425,7 +425,7 @@ extern HINSTANCE _hInstance; #endif #if defined(sun) && !defined(__svr4__) && !defined(__SVR4) - /* include headers first, so our evil defines don't break it */ + /* include headers first, so our defines don't break it */ #include <stdlib.h> #include <string.h> /* bcopy can handle overlapping moves according to SunOS 4.1.4 manpage */ |