X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=engines%2Fe_aep.c;h=742b4f9b186dea01a64567568781fa4dec93aecb;hb=3081e2ca7311526555954ab10ef094ec90d17b43;hp=a91a39f0183ba3f3b9ce0d56b01d3df8ab8a5c77;hpb=9be548129771e7285856cd7d8d2623cbb5d1a919;p=oweals%2Fopenssl.git diff --git a/engines/e_aep.c b/engines/e_aep.c index a91a39f018..742b4f9b18 100644 --- a/engines/e_aep.c +++ b/engines/e_aep.c @@ -867,10 +867,12 @@ static AEP_RV aep_get_connection(AEP_CONNECTION_HNDL_PTR phConnection) CRYPTO_w_lock(CRYPTO_LOCK_ENGINE); -#ifndef NETWARE_CLIB - curr_pid = getpid(); -#else +#ifdef NETWARE_CLIB curr_pid = GetThreadID(); +#elif defined(_WIN32) + curr_pid = _getpid(); +#else + curr_pid = getpid(); #endif /*Check if this is the first time this is being called from the current