Skip to content

Commit

Permalink
Merge pull request #66 from bigbrett/remove-hash-flags
Browse files Browse the repository at this point in the history
removed dependency on WOLFSSL_HASH_FLAGS
  • Loading branch information
billphipps authored Aug 15, 2024
2 parents fc9b2f9 + 24c7700 commit 686fb9c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion test/user_settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ extern "C" {
#define NO_SHA
/* #define WOLFSSL_SHA384 */
/* #define WOLFSSL_SHA512 */
#define WOLFSSL_HASH_FLAGS

/** Composite features */
#define HAVE_HKDF
Expand Down
7 changes: 0 additions & 7 deletions wolfhsm/wh_settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,6 @@
#error "wolfHSM needs wolfCrypt built with HAVE_ANONYMOUS_INLINE_AGGREGATES=1"
#endif

/* Need hash flags for SHA256 */
#ifndef NO_SHA256
#ifndef WOLFSSL_HASH_FLAGS
#error "wolfHSM needs wolfCrypt built with WOLFSSL_HASH_FLAGS"
#endif
#endif

#endif /* !WOLFHSM_CFG_NO_CRYPTO */


Expand Down

0 comments on commit 686fb9c

Please sign in to comment.