aboutsummaryrefslogtreecommitdiffstats
path: root/e_os.h
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-05-31 16:44:22 +0000
committerBodo Möller <bodo@openssl.org>2000-05-31 16:44:22 +0000
commit15e98129b20fe433e814fe2f2679300c5f563301 (patch)
tree6146e6309d12a07ac5b53f8f51077bf4c36c8d3a /e_os.h
parentaf463e7e1909666ef35e39fcf6939fb2fe1899b1 (diff)
downloadopenssl-15e98129b20fe433e814fe2f2679300c5f563301.tar.gz
strtoul is not used anywhere.
Diffstat (limited to 'e_os.h')
-rw-r--r--e_os.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/e_os.h b/e_os.h
index 7e63d0130c..aca01cdc64 100644
--- a/e_os.h
+++ b/e_os.h
@@ -405,7 +405,6 @@ extern HINSTANCE _hInstance;
#if defined(sun) && !defined(__svr4__) && !defined(__SVR4)
#define memmove(s1,s2,b) bcopy((s2),(s1),(n))
-#define strtoul(s,e,b) ((unsigned long int)strtol((s),(e),(b)))
#endif
/***********************************************/