aboutsummaryrefslogtreecommitdiffstats
path: root/e_os.h
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-04-26 22:20:07 +0000
committerUlf Möller <ulf@openssl.org>1999-04-26 22:20:07 +0000
commit73d2257d978c7a201d6a914dc141ea1484d9aa6f (patch)
tree6089f64e2f7f10883762c3a9faa90001a526abdc /e_os.h
parent540e6c172e0e8456bda34bf71dd23e618d2eeb9d (diff)
downloadopenssl-73d2257d978c7a201d6a914dc141ea1484d9aa6f.tar.gz
Remove NOPROTO-related macros.
Diffstat (limited to 'e_os.h')
-rw-r--r--e_os.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/e_os.h b/e_os.h
index c615c14a82..bc42c4491b 100644
--- a/e_os.h
+++ b/e_os.h
@@ -276,16 +276,6 @@ extern HINSTANCE _hInstance;
/***********************************************/
-#define P_CC_CC const void *,const void *
-#define P_I_I int,int
-#define P_I_I_P int,int,char *
-#define P_I_I_P_I int,int,char *,int
-#define P_IP_I_I_P_I int *,int,int,char *,int
-#define P_V void
-/* not used yet */
-#define CS_BEGIN
-#define CS_END
-
/* do we need to do this for getenv.
* Just define getenv for use under windows */