Skip to content

Commit

Permalink
Remove redundant (and case-insensitive) header
Browse files Browse the repository at this point in the history
windows.h is already included at the top of this header.
  • Loading branch information
jagerman committed May 2, 2024
1 parent 912113b commit 1c12920
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/ethyl/ecdsa_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@
printf("\n");
}

#if defined(_MSC_VER) || defined(__CYGWIN__)
// For SecureZeroMemory
#include <Windows.h>
#endif
/* Cleanses memory to prevent leaking sensitive info. Won't be optimized out. */
[[maybe_unused]] static void secure_erase(void *ptr, size_t len) {
#if defined(_MSC_VER) || defined(__CYGWIN__)
Expand Down

0 comments on commit 1c12920

Please sign in to comment.