Ignore:
Timestamp:
Dec 9, 2011, 6:11:09 PM (14 years ago)
Author:
dmik
Message:

Port CRYPT32 to GCC/kBuild.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/src/crypt32/oid.c

    r21354 r21872  
    175175    if (!HIWORD(pszOID))
    176176    {
    177         snprintf(numericOID, sizeof(numericOID), "#%d", LOWORD(pszOID));
     177        crypt32_snprintf(numericOID, sizeof(numericOID), "#%d", LOWORD(pszOID));
    178178        oid = numericOID;
    179179    }
Note: See TracChangeset for help on using the changeset viewer.