summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/i2d_dsap.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/asn1/i2d_dsap.c')
-rw-r--r--crypto/asn1/i2d_dsap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/asn1/i2d_dsap.c b/crypto/asn1/i2d_dsap.c
index 9317110464..f36f0da4e2 100644
--- a/crypto/asn1/i2d_dsap.c
+++ b/crypto/asn1/i2d_dsap.c
@@ -56,6 +56,7 @@
* [including the GNU Public Licence.]
*/
+#ifndef NO_DSA
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/bn.h>
@@ -112,4 +113,5 @@ err:
*pp=p;
return(ret);
}
+#endif