cyassl: Fix certificate load check
SSL_CTX_load_verify_locations can return negative values on fail, therefore to check for failure we check if load is != 1 (success) instead of if load is == 0 (failure), the latter being incorrect given that behavior.
parent
21e82bd6
Please register or sign in to comment