From 3eb93b423abeefbdc03f0ecc38751d76428ba23e Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Tue, 4 Jun 2019 16:55:26 +0700 Subject: Refactoring --- crypto/src/asn1/ess/OtherSigningCertificate.cs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'crypto/src/asn1/ess/OtherSigningCertificate.cs') diff --git a/crypto/src/asn1/ess/OtherSigningCertificate.cs b/crypto/src/asn1/ess/OtherSigningCertificate.cs index 6cef92b62..65152b675 100644 --- a/crypto/src/asn1/ess/OtherSigningCertificate.cs +++ b/crypto/src/asn1/ess/OtherSigningCertificate.cs @@ -98,12 +98,7 @@ namespace Org.BouncyCastle.Asn1.Ess public override Asn1Object ToAsn1Object() { Asn1EncodableVector v = new Asn1EncodableVector(certs); - - if (policies != null) - { - v.Add(policies); - } - + v.AddOptional(policies); return new DerSequence(v); } } -- cgit 1.4.1