mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
Indent.
This commit is contained in:
parent
dbfc0f8c2b
commit
e32c852e1e
@ -471,7 +471,7 @@ int ssl_verify_cert_chain(SSL *s,STACK_OF(X509) *sk)
|
||||
|
||||
X509_STORE_CTX_purpose_inherit(&ctx, i, s->purpose, s->trust);
|
||||
|
||||
if(s->verify_callback)
|
||||
if (s->verify_callback)
|
||||
X509_STORE_CTX_set_verify_cb(&ctx, s->verify_callback);
|
||||
|
||||
if (s->ctx->app_verify_callback != NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user