Skip to content

Commit

Permalink
Better macro guarding
Browse files Browse the repository at this point in the history
  • Loading branch information
lealem47 committed Oct 22, 2024
1 parent 07892ff commit 9ce2d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pkcs/clu_pkcs7.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include <wolfclu/x509/clu_cert.h>
#include <wolfclu/x509/clu_parse.h>

#ifndef WOLFCLU_NO_FILESYSTEM
#if defined(HAVE_PKCS7) && !defined(WOLFCLU_NO_FILESYSTEM)

static const struct option pkcs7_options[] = {
{"-print_certs", no_argument, 0, WOLFCLU_CERTFILE },
Expand Down

0 comments on commit 9ce2d22

Please sign in to comment.