summaryrefslogtreecommitdiff
path: root/engines/e_aep.c
diff options
context:
space:
mode:
Diffstat (limited to 'engines/e_aep.c')
-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>