Use util/mklink.pl instead of util/mklink.sh.
[oweals/openssl.git] / crypto / asn1 / i2d_s_pu.c
index 5c2757255db6ad787772d3a95de470dffdbea5a1..25b150794a576bb5be49033fcf8fc871b8569b7b 100644 (file)
@@ -56,6 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
+#ifndef NO_DSA
 #include <stdio.h>
 #include "cryptlib.h"
 #include <openssl/bn.h>
 #include <openssl/objects.h>
 #include <openssl/asn1_mac.h>
 
-/*
- * ASN1err(ASN1_F_I2D_DSAPUBLICKEY,ASN1_R_UNKNOWN_ATTRIBUTE_TYPE);
- */
-
 int i2d_DSAPublicKey(DSA *a, unsigned char **pp)
        {
        BIGNUM *num[4];
@@ -128,4 +125,4 @@ int i2d_DSAPublicKey(DSA *a, unsigned char **pp)
        *pp=p;
        return(t);
        }
-
+#endif