Use util/mklink.pl instead of util/mklink.sh.
[oweals/openssl.git] / crypto / asn1 / a_int.c
index dcae5cce353750c0ef1eb54c2df2dc21e44ffa61..6e8c7e57be99a0e28a0ce7d695c017a1033fea3e 100644 (file)
@@ -60,9 +60,6 @@
 #include "cryptlib.h"
 #include <openssl/asn1.h>
 
-/* ASN1err(ASN1_F_D2I_ASN1_INTEGER,ASN1_R_EXPECTING_AN_INTEGER);
- */
-
 int i2d_ASN1_INTEGER(ASN1_INTEGER *a, unsigned char **pp)
        {
        int pad=0,ret,r,i,t;