Loading apps/cms.c +1 −1 Original line number Diff line number Diff line Loading @@ -880,7 +880,7 @@ int MAIN(int argc, char **argv) { if (!(store = setup_verify(bio_err, CAfile, CApath))) goto end; X509_STORE_set_verify_cb_func(store, cms_cb); X509_STORE_set_verify_cb(store, cms_cb); if (vpm) X509_STORE_set1_param(store, vpm); } Loading apps/smime.c +1 −1 Original line number Diff line number Diff line Loading @@ -671,7 +671,7 @@ int MAIN(int argc, char **argv) { if (!(store = setup_verify(bio_err, CAfile, CApath))) goto end; X509_STORE_set_verify_cb_func(store, smime_cb); X509_STORE_set_verify_cb(store, smime_cb); if (vpm) X509_STORE_set1_param(store, vpm); } Loading apps/ts.c +1 −1 Original line number Diff line number Diff line Loading @@ -1083,7 +1083,7 @@ static X509_STORE *create_cert_store(char *ca_path, char *ca_file) cert_ctx = X509_STORE_new(); /* Setting the callback for certificate chain verification. */ X509_STORE_set_verify_cb_func(cert_ctx, verify_cb); X509_STORE_set_verify_cb(cert_ctx, verify_cb); /* Adding a trusted certificate directory source. */ if (ca_path) Loading apps/verify.c +1 −1 Original line number Diff line number Diff line Loading @@ -93,7 +93,7 @@ int MAIN(int argc, char **argv) cert_ctx=X509_STORE_new(); if (cert_ctx == NULL) goto end; X509_STORE_set_verify_cb_func(cert_ctx,cb); X509_STORE_set_verify_cb(cert_ctx,cb); ERR_load_crypto_strings(); Loading apps/x509.c +1 −1 Original line number Diff line number Diff line Loading @@ -225,7 +225,7 @@ int MAIN(int argc, char **argv) ctx=X509_STORE_new(); if (ctx == NULL) goto end; X509_STORE_set_verify_cb_func(ctx,callb); X509_STORE_set_verify_cb(ctx,callb); argc--; argv++; Loading Loading
apps/cms.c +1 −1 Original line number Diff line number Diff line Loading @@ -880,7 +880,7 @@ int MAIN(int argc, char **argv) { if (!(store = setup_verify(bio_err, CAfile, CApath))) goto end; X509_STORE_set_verify_cb_func(store, cms_cb); X509_STORE_set_verify_cb(store, cms_cb); if (vpm) X509_STORE_set1_param(store, vpm); } Loading
apps/smime.c +1 −1 Original line number Diff line number Diff line Loading @@ -671,7 +671,7 @@ int MAIN(int argc, char **argv) { if (!(store = setup_verify(bio_err, CAfile, CApath))) goto end; X509_STORE_set_verify_cb_func(store, smime_cb); X509_STORE_set_verify_cb(store, smime_cb); if (vpm) X509_STORE_set1_param(store, vpm); } Loading
apps/ts.c +1 −1 Original line number Diff line number Diff line Loading @@ -1083,7 +1083,7 @@ static X509_STORE *create_cert_store(char *ca_path, char *ca_file) cert_ctx = X509_STORE_new(); /* Setting the callback for certificate chain verification. */ X509_STORE_set_verify_cb_func(cert_ctx, verify_cb); X509_STORE_set_verify_cb(cert_ctx, verify_cb); /* Adding a trusted certificate directory source. */ if (ca_path) Loading
apps/verify.c +1 −1 Original line number Diff line number Diff line Loading @@ -93,7 +93,7 @@ int MAIN(int argc, char **argv) cert_ctx=X509_STORE_new(); if (cert_ctx == NULL) goto end; X509_STORE_set_verify_cb_func(cert_ctx,cb); X509_STORE_set_verify_cb(cert_ctx,cb); ERR_load_crypto_strings(); Loading
apps/x509.c +1 −1 Original line number Diff line number Diff line Loading @@ -225,7 +225,7 @@ int MAIN(int argc, char **argv) ctx=X509_STORE_new(); if (ctx == NULL) goto end; X509_STORE_set_verify_cb_func(ctx,callb); X509_STORE_set_verify_cb(ctx,callb); argc--; argv++; Loading