mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-10-26 19:57:22 +08:00
sync
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user