From: Dr. Stephen Henson Date: Fri, 1 Apr 2005 21:55:13 +0000 (+0000) Subject: Typo. X-Git-Tag: OpenSSL_0_9_7g~13 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bbc0ac37b0934c7f80153d39e4b82cc7d2fb2e2d;p=oweals%2Fopenssl.git Typo. --- diff --git a/crypto/pkcs7/pk7_lib.c b/crypto/pkcs7/pk7_lib.c index 6cf7cad17c..ee1817c7af 100644 --- a/crypto/pkcs7/pk7_lib.c +++ b/crypto/pkcs7/pk7_lib.c @@ -183,7 +183,6 @@ int PKCS7_set_type(PKCS7 *p7, int type) ASN1_INTEGER_set(p7->d.signed_and_enveloped->version,1); if (!ASN1_INTEGER_set(p7->d.signed_and_enveloped->version,1)) goto err; - break; p7->d.signed_and_enveloped->enc_data->content_type = OBJ_nid2obj(NID_pkcs7_data); break;