Use util/mklink.pl instead of util/mklink.sh.
[openssl.git] / crypto / asn1 / x_pubkey.c
index 90b6c908a2920121812cee5dda9825ec19a86e0f..7e3bd0581c0aa4291b4979b176809180e64d82d3 100644 (file)
 #include "cryptlib.h"
 #include <openssl/asn1_mac.h>
 
-/*
- * ASN1err(ASN1_F_D2I_X509_PUBKEY,ERR_R_ASN1_LENGTH_MISMATCH);
- * ASN1err(ASN1_F_X509_PUBKEY_NEW,ERR_R_ASN1_LENGTH_MISMATCH);
- */
-
 int i2d_X509_PUBKEY(X509_PUBKEY *a, unsigned char **pp)
        {
        M_ASN1_I2D_vars(a);