summaryrefslogtreecommitdiffstats
path: root/e_os.h
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-03-07 10:37:19 +0100
committerBodo Möller <bodo@openssl.org>2000-03-07 10:37:19 +0100
commitfa0ca35b957d7cbcc5421d98e2cb8385f5b9a1c3 (patch)
treeb3ca3c891729e0c2fdc10ffb0caec92c9b8e37d8 /e_os.h
parentFix the PKCS#8 DSA code so it works again. All the (diff)
downloadopenssl-fa0ca35b957d7cbcc5421d98e2cb8385f5b9a1c3.tar.xz
openssl-fa0ca35b957d7cbcc5421d98e2cb8385f5b9a1c3.zip
{NEXT,OPEN}STEP don't have pid_t.
Diffstat (limited to 'e_os.h')
-rw-r--r--e_os.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/e_os.h b/e_os.h
index 2147c17052..1e06e0a2fe 100644
--- a/e_os.h
+++ b/e_os.h
@@ -266,6 +266,9 @@ extern "C" {
# ifndef NO_SYS_TYPES_H
# include <sys/types.h>
# endif
+# ifdef NeXT
+# define pid_t int /* pid_t is missing on NEXTSTEP/OPENSTEP */
+# endif
# define OPENSSL_CONF "openssl.cnf"
# define SSLEAY_CONF OPENSSL_CONF