Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,16 @@ then
fi
fi

AC_ARG_ENABLE([v185],
Comment thread
aidangarske marked this conversation as resolved.
[AS_HELP_STRING([--enable-v185],[Enable TPM 2.0 v185 Post-Quantum Cryptography (PQC) support (default: disabled)])],
[ ENABLED_V185=$enableval ],
[ ENABLED_V185=no ]
)
if test "x$ENABLED_V185" = "xyes"
then
AM_CFLAGS="$AM_CFLAGS -DWOLFTPM_V185"
fi

# HARDEN FLAGS
AX_HARDEN_CC_COMPILER_FLAGS

Expand Down
Loading
Loading