summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/p7_enc_c.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/asn1/p7_enc_c.c')
-rw-r--r--crypto/asn1/p7_enc_c.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/crypto/asn1/p7_enc_c.c b/crypto/asn1/p7_enc_c.c
index ce8f9c1559..a832737a38 100644
--- a/crypto/asn1/p7_enc_c.c
+++ b/crypto/asn1/p7_enc_c.c
@@ -61,11 +61,6 @@
#include <openssl/asn1_mac.h>
#include <openssl/x509.h>
-/*
- * ASN1err(ASN1_F_PKCS7_ENC_CONTENT_NEW,ERR_R_ASN1_LENGTH_MISMATCH);
- * ASN1err(ASN1_F_D2I_PKCS7_ENC_CONTENT,ERR_R_ASN1_LENGTH_MISMATCH);
- */
-
int i2d_PKCS7_ENC_CONTENT(PKCS7_ENC_CONTENT *a, unsigned char **pp)
{
M_ASN1_I2D_vars(a);