Skip to content

Commit 0b5c83f

Browse files
committed
Generic Memory Pools
1. Make the function wolfSSL_GetMemStats() public.
1 parent 7a0bcb0 commit 0b5c83f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfssl/wolfcrypt/memory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ WOLFSSL_API int wolfSSL_GetAllocators(wolfSSL_Malloc_cb* mf,
223223
WOLFSSL_API int wc_LoadStaticMemory(WOLFSSL_HEAP_HINT** pHint,
224224
unsigned char* buf, unsigned int sz, int flag, int max);
225225

226-
WOLFSSL_LOCAL int wolfSSL_GetMemStats(WOLFSSL_HEAP* heap,
226+
WOLFSSL_API int wolfSSL_GetMemStats(WOLFSSL_HEAP* heap,
227227
WOLFSSL_MEM_STATS* stats);
228228
WOLFSSL_LOCAL int SetFixedIO(WOLFSSL_HEAP* heap, wc_Memory** io);
229229
WOLFSSL_LOCAL int FreeFixedIO(WOLFSSL_HEAP* heap, wc_Memory** io);

0 commit comments

Comments
 (0)