summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/i2d_s_pr.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/asn1/i2d_s_pr.c')
-rw-r--r--crypto/asn1/i2d_s_pr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/asn1/i2d_s_pr.c b/crypto/asn1/i2d_s_pr.c
index f3a5e8fe9d..5d3dcdf197 100644
--- a/crypto/asn1/i2d_s_pr.c
+++ b/crypto/asn1/i2d_s_pr.c
@@ -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