Skip to content
Merged
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
2 changes: 1 addition & 1 deletion TPMCmd/tpm/cryptolibs/Ossl/include/Ossl/BnToOsslMath.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include <openssl/ec.h>
#include <openssl/bn.h>

#if OPENSSL_VERSION_NUMBER >= 0x30500000L
#if OPENSSL_VERSION_NUMBER >= 0x30600000L
// Check the bignum_st definition against the one below and either update the
// version check or provide the new definition for this version.
# error Untested OpenSSL version
Expand Down