1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-10-26 19:57:22 +08:00
This commit is contained in:
stefanocasazza
2016-05-23 14:58:24 +02:00
parent 1880bffa24
commit 08e7f90afd
36 changed files with 3520 additions and 3410 deletions

View File

@@ -84,7 +84,7 @@ int DocumentClassifier::verifyCallback(int ok, X509_STORE_CTX* ctx) // callback
if (flag_ricorsione || verify_result == false) U_RETURN(ok);
if (ok == false) U_RETURN(1);
if (ok == 0) U_RETURN(1);
flag_ricorsione = true;