Ignore:
Timestamp:
Aug 7, 2014, 8:25:37 PM (11 years ago)
Author:
dmik
Message:

openssl: Merge version 1.0.0n from vendor to trunk.

Location:
openssl/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • openssl/trunk

  • TabularUnified openssl/trunk/engines/e_aep.c

    r150 r808  
    6969#define getpid GetThreadID
    7070extern int GetThreadID(void);
     71#elif defined(_WIN32) && !defined(__WATCOMC__)
     72#define getpid _getpid
    7173#endif
    7274
     
    868870        CRYPTO_w_lock(CRYPTO_LOCK_ENGINE);
    869871
    870 #ifdef NETWARE_CLIB
    871         curr_pid = GetThreadID();
    872 #elif defined(_WIN32)
    873         curr_pid = _getpid();
    874 #else
    875872        curr_pid = getpid();
    876 #endif
    877873
    878874        /*Check if this is the first time this is being called from the current
Note: See TracChangeset for help on using the changeset viewer.