Skip to content

Commit fb86e3a

Browse files
committed
Fix from review
1 parent 741c101 commit fb86e3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfcrypt/src/memory.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ void* wolfSSL_Realloc(void *ptr, size_t size)
525525
!defined(WOLFSSL_STATIC_MEMORY)
526526
#include <wolfssl/wolfcrypt/mem_track.h>
527527
WOLFSSL_API memoryStats *wc_MemStats_Ptr;
528-
#endif
528+
#endif /* WOLFSSL_TRACK_MEMORY && USE_WOLFSSL_MEMORY && !WOLFSSL_STATIC_MEMORY */
529529

530530
#ifdef WOLFSSL_STATIC_MEMORY
531531

0 commit comments

Comments
 (0)