Skip to content

Commit

Permalink
Get rid of macro test
Browse files Browse the repository at this point in the history
  • Loading branch information
anhu committed Jul 12, 2024
1 parent fe2a826 commit f84ea01
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions wolfcrypt/src/pkcs7.c
Original file line number Diff line number Diff line change
Expand Up @@ -830,10 +830,6 @@ int wc_PKCS7_Init(PKCS7* pkcs7, void* heap, int devId)
return 0;
}

#if defined(WOLFSSL_CUSTOM_OID)
xxx
#endif

#if defined(WOLFSSL_CUSTOM_OID) && defined(WOLFSSL_ASN_TEMPLATE) \
&& defined(HAVE_OID_DECODING)
void wc_PKCS7_SetUnknownExtCallback(PKCS7* pkcs7, wc_UnknownExtCallback cb)
Expand Down

0 comments on commit f84ea01

Please sign in to comment.