summaryrefslogtreecommitdiffstats
path: root/e_os.h
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-04-26 16:43:10 +0000
committerUlf Möller <ulf@openssl.org>1999-04-26 16:43:10 +0000
commita9be3af5ad4836f7e50f0546311ca90c717b861e (patch)
treef44f7f8c4497d85da4c5cbd08067479bb20ced95 /e_os.h
parent47339f6179fbefafc793c10b0411ed0365497d65 (diff)
Remove NOPROTO definitions and error code comments.
Diffstat (limited to 'e_os.h')
-rw-r--r--e_os.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/e_os.h b/e_os.h
index eb5c7bf696..c615c14a82 100644
--- a/e_os.h
+++ b/e_os.h
@@ -75,10 +75,6 @@ extern "C" {
#define DEVRANDOM "/dev/urandom"
#endif
-#if defined(NOCONST)
-#define const
-#endif
-
/********************************************************************
The Microsoft section
********************************************************************/
@@ -280,22 +276,12 @@ extern HINSTANCE _hInstance;
/***********************************************/
-#ifndef NOPROTO
#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
-#else
-#define P_CC_CC
-#define P_I_I
-#define P_I_I_P
-#define P_IP_I_I_P_I
-#define P_I_I_P_I
-#define P_V
-#endif
-
/* not used yet */
#define CS_BEGIN
#define CS_END