summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/d2i_r_pu.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/asn1/d2i_r_pu.c')
-rw-r--r--crypto/asn1/d2i_r_pu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/asn1/d2i_r_pu.c b/crypto/asn1/d2i_r_pu.c
index 80deaab71a..04cfe5671e 100644
--- a/crypto/asn1/d2i_r_pu.c
+++ b/crypto/asn1/d2i_r_pu.c
@@ -56,6 +56,7 @@
* [including the GNU Public Licence.]
*/
+#ifndef NO_RSA
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/bn.h>
@@ -89,4 +90,4 @@ err:
if (bs != NULL) ASN1_INTEGER_free(bs);
return(NULL);
}
-
+#endif