summaryrefslogtreecommitdiff
path: root/e_os.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-06-04 07:08:29 +0000
committerRichard Levitte <levitte@openssl.org>2000-06-04 07:08:29 +0000
commitbc596a7418f149be8d5b742154abf5f5366e5b00 (patch)
treeb984d385640d3f32006c9df4173da76252b05f7c /e_os.h
parentbe5d92e01441e5f26ca4236f8d1e42ec37548f9e (diff)
downloadopenssl-new-bc596a7418f149be8d5b742154abf5f5366e5b00.tar.gz
Typo...
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 95590a7cb2..948a8bfd7e 100644
--- a/e_os.h
+++ b/e_os.h
@@ -404,7 +404,7 @@ extern HINSTANCE _hInstance;
#endif
#if defined(sun) && !defined(__svr4__) && !defined(__SVR4)
-#define memmove(s1,s2,b) bcopy((s2),(s1),(n))
+#define memmove(s1,s2,n) bcopy((s2),(s1),(n))
#endif
/***********************************************/