]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/asn1/p7_recip.c
Remove NOPROTO definitions and error code comments.
[thirdparty/openssl.git] / crypto / asn1 / p7_recip.c
index d6e2876c85ff6980667366d727e2e83a2d2dbd81..d6017af30b9f0327f7fea805d947722ea8db0aa0 100644 (file)
 #include <openssl/asn1_mac.h>
 #include <openssl/x509.h>
 
-/*
- * ASN1err(ASN1_F_PKCS7_RECIP_INFO_NEW,ERR_R_ASN1_LENGTH_MISMATCH);
- * ASN1err(ASN1_F_D2I_PKCS7_RECIP_INFO,ERR_R_ASN1_LENGTH_MISMATCH);
- */
-
 int i2d_PKCS7_RECIP_INFO(PKCS7_RECIP_INFO *a, unsigned char **pp)
        {
        M_ASN1_I2D_vars(a);