From 8ebd121cacc914926106f69066ec01783266de1c Mon Sep 17 00:00:00 2001 From: Chris Conlon Date: Mon, 20 Apr 2020 14:03:50 -0600 Subject: [PATCH] add extern prototype for PIC32 pic32_time() --- wolfssl/wolfcrypt/wc_port.h | 1 + 1 file changed, 1 insertion(+) diff --git a/wolfssl/wolfcrypt/wc_port.h b/wolfssl/wolfcrypt/wc_port.h index 88c7bfe34..bfc514263 100644 --- a/wolfssl/wolfcrypt/wc_port.h +++ b/wolfssl/wolfcrypt/wc_port.h @@ -553,6 +553,7 @@ WOLFSSL_API int wolfCrypt_Cleanup(void); #elif defined(MICROCHIP_TCPIP_V5) || defined(MICROCHIP_TCPIP) #include + extern time_t pic32_time(time_t* timer); #define XTIME(t1) pic32_time((t1)) #define XGMTIME(c, t) gmtime((c))