]> git.saurik.com Git - apple/security.git/blobdiff - libsecurity_apple_x509_tp/lib/TPDatabase.cpp
Security-55471.14.18.tar.gz
[apple/security.git] / libsecurity_apple_x509_tp / lib / TPDatabase.cpp
index 431769554306d3e87b28a6eb094042e69eec2ae8..5c2ba89be59aaba15da719df4dabb86b573afe45 100644 (file)
@@ -323,7 +323,7 @@ static CSSM_DB_UNIQUE_RECORD_PTR tpCrlLookup(
        /* now before/after. Cook up an appropriate time string. */
        if(verifyTime != NULL) {
                /* Caller spec'd tolerate any format */
-               int rtn = tpTimeToCssmTimestring(verifyTime, strlen(verifyTime), timeStr);
+               int rtn = tpTimeToCssmTimestring(verifyTime, (unsigned)strlen(verifyTime), timeStr);
                if(rtn) {
                        tpErrorLog("tpCrlLookup: Invalid VerifyTime string\n");
                        return NULL;