Loading apps/x509.c +1 −1 Original line number Diff line number Diff line Loading @@ -1063,7 +1063,7 @@ static int x509_certify(X509_STORE *ctx, char *CAfile, const EVP_MD *digest, BIO_free(io); io=NULL; if (!X509_STORE_add_cert(ctx,x)) goto end; /*if (!X509_STORE_add_cert(ctx,x)) goto end;*/ /* NOTE: this certificate can/should be self signed, unless it was * a certificate request in which case it is not. */ Loading Loading
apps/x509.c +1 −1 Original line number Diff line number Diff line Loading @@ -1063,7 +1063,7 @@ static int x509_certify(X509_STORE *ctx, char *CAfile, const EVP_MD *digest, BIO_free(io); io=NULL; if (!X509_STORE_add_cert(ctx,x)) goto end; /*if (!X509_STORE_add_cert(ctx,x)) goto end;*/ /* NOTE: this certificate can/should be self signed, unless it was * a certificate request in which case it is not. */ Loading