summaryrefslogtreecommitdiffstats
path: root/engines
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-01-03 22:53:06 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-01-03 22:53:06 +0000
commit3b0e61a812cef6bd45ace87b92e152f97a98bece (patch)
tree239f1b132f8ab7e7f77e12ba3ee2ab04c4691f26 /engines
parente84b0d709b1b0b02f175b6da827256c3d8497ff7 (diff)
Netware support.
Submitted by: Guenter Knauf <eflash@gmx.net>
Diffstat (limited to 'engines')
-rw-r--r--engines/e_aep.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/e_aep.c b/engines/e_aep.c
index 7307ddfafb..ffdc354cdc 100644
--- a/engines/e_aep.c
+++ b/engines/e_aep.c
@@ -65,6 +65,11 @@
typedef int pid_t;
#endif
+#if defined(OPENSSL_SYS_NETWARE) && defined(NETWARE_CLIB)
+#define getpid GetThreadID
+extern int GetThreadID(void);
+#endif
+
#include <openssl/crypto.h>
#include <openssl/dso.h>
#include <openssl/engine.h>