forked from wolfSSL/wolfssl
Add missing guards
This commit is contained in:
@ -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 */
|
||||
|
||||
|
Reference in New Issue
Block a user