1 Do not treat duplicate certs as an error.
3 --- openssl-0.9.6/crypto/x509/by_file.c Wed Sep 27 15:09:05 2000
4 +++ openssl-0.9.6/crypto/x509/by_file.c Wed Sep 27 14:21:20 2000
8 i=X509_STORE_add_cert(ctx->store_ctx,x);
11 + /* ignore any problems with current certificate
12 + and continue with the next one */
23 i=X509_STORE_add_cert(ctx->store_ctx,x);