Spelling error.
[openssl.git] / crypto / asn1 / i2d_s_pr.c
index 7374f7e9b54ae96bcd293c01f4b3c084215aeab5..5d3dcdf1979a4d0d263586d99863a59a1abc5756 100644 (file)
  * [including the GNU Public Licence.]
  */
 
+#ifndef NO_DSA
 #include <stdio.h>
 #include "cryptlib.h"
-#include "bn.h"
-#include "dsa.h"
-#include "objects.h"
-#include "asn1_mac.h"
-
-/*
- * ASN1err(ASN1_F_I2D_DSAPRIVATEKEY,ASN1_R_UNKNOWN_ATTRIBUTE_TYPE);
- */
+#include <openssl/bn.h>
+#include <openssl/dsa.h>
+#include <openssl/objects.h>
+#include <openssl/asn1_mac.h>
 
 int i2d_DSAPrivateKey(DSA *a, unsigned char **pp)
        {
@@ -123,4 +120,4 @@ int i2d_DSAPrivateKey(DSA *a, unsigned char **pp)
        *pp=p;
        return(t);
        }
-
+#endif