From 95796c80b77a83df32f5c177325adccb5caab48f Mon Sep 17 00:00:00 2001 From: Kaleb Himes Date: Thu, 7 Nov 2019 13:31:02 -0700 Subject: [PATCH] Add prototype for ebsnet_fseek Customer confirmed prototype was not present in vfile.h, added prototype to wolfSSL header. --- wolfssl/wolfcrypt/wc_port.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wolfssl/wolfcrypt/wc_port.h b/wolfssl/wolfcrypt/wc_port.h index c5bb88152..88cee6364 100644 --- a/wolfssl/wolfcrypt/wc_port.h +++ b/wolfssl/wolfcrypt/wc_port.h @@ -280,6 +280,8 @@ WOLFSSL_API int wolfCrypt_Cleanup(void); #include "vfapi.h" #include "vfile.h" + int ebsnet_fseek(int a, long b, int c); /* Not prototyped in vfile.h per EBSnet feedback */ + #define XFILE int #define XFOPEN(NAME, MODE) vf_open((const char *)NAME, VO_RDONLY, 0); #define XFSEEK ebsnet_fseek