diff --git a/src/ssl_asn1.c b/src/ssl_asn1.c index 27ccd13c8..9d8cb554d 100644 --- a/src/ssl_asn1.c +++ b/src/ssl_asn1.c @@ -40,6 +40,8 @@ * ASN1_item APIs ******************************************************************************/ +#ifndef NO_ASN + #ifdef OPENSSL_EXTRA #ifdef OPENSSL_ALL @@ -4022,5 +4024,7 @@ void wolfSSL_ASN1_TYPE_set(WOLFSSL_ASN1_TYPE *a, int type, void *value) #endif /* OPENSSL_ALL || WOLFSSL_WPAS */ +#endif /* !NO_ASN */ + #endif /* !WOLFSSL_SSL_ASN1_INCLUDED */