Netware support.
[openssl.git] / engines / e_aep.c
index 7307ddfafb5b4aeb9668de15afdbf9904b332778..ffdc354cdcf99053845c4f3efa1545185ede8825 100644 (file)
 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>