Unverified Commit dc854377 authored by Patrick Schlangen's avatar Patrick Schlangen Committed by Daniel Stenberg
Browse files

openssl: Don't add verify locations when verifypeer==0

When peer verification is disabled, calling
SSL_CTX_load_verify_locations is not necessary. Only call it when
verification is enabled to save resources and increase performance.

Closes #2290
parent 05484d48
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment