diff --git a/apps/x509.c b/apps/x509.c index f0ef5596fac9d8c41e68d769ba8c063989f0ba98..036e255054e1eade37ea77ed9535765da0d8c028 100644 --- a/apps/x509.c +++ b/apps/x509.c @@ -1103,7 +1103,7 @@ static int x509_certify(X509_STORE *ctx, char *CAfile, const EVP_MD *digest, else if (!(bs = x509_load_serial(CAfile, serialfile, create))) goto end; - 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. */