summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/i2d_s_pu.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/asn1/i2d_s_pu.c')
-rw-r--r--crypto/asn1/i2d_s_pu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/asn1/i2d_s_pu.c b/crypto/asn1/i2d_s_pu.c
index 7903ea410d..25b150794a 100644
--- a/crypto/asn1/i2d_s_pu.c
+++ b/crypto/asn1/i2d_s_pu.c
@@ -56,6 +56,7 @@
* [including the GNU Public Licence.]
*/
+#ifndef NO_DSA
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/bn.h>
@@ -124,4 +125,4 @@ int i2d_DSAPublicKey(DSA *a, unsigned char **pp)
*pp=p;
return(t);
}
-
+#endif