Spelling error.
[openssl.git] / crypto / asn1 / i2d_s_pr.c
index f3a5e8fe9db48ce57485631e59b8c7f596d15e70..5d3dcdf1979a4d0d263586d99863a59a1abc5756 100644 (file)
@@ -56,6 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
+#ifndef NO_DSA
 #include <stdio.h>
 #include "cryptlib.h"
 #include <openssl/bn.h>
@@ -119,4 +120,4 @@ int i2d_DSAPrivateKey(DSA *a, unsigned char **pp)
        *pp=p;
        return(t);
        }
-
+#endif