Remove NOPROTO definitions and error code comments.
[openssl.git] / crypto / asn1 / i2d_s_pr.c
index afd8f5af03e286738f02caed6c9cb2760778cd0e..f3a5e8fe9db48ce57485631e59b8c7f596d15e70 100644 (file)
 #include <openssl/objects.h>
 #include <openssl/asn1_mac.h>
 
-/*
- * ASN1err(ASN1_F_I2D_DSAPRIVATEKEY,ASN1_R_UNKNOWN_ATTRIBUTE_TYPE);
- */
-
 int i2d_DSAPrivateKey(DSA *a, unsigned char **pp)
        {
        BIGNUM *num[6];