diff --git a/wolfssl/wolfcrypt/wc_port.h b/wolfssl/wolfcrypt/wc_port.h index 88cee6364..a3380a5dc 100644 --- a/wolfssl/wolfcrypt/wc_port.h +++ b/wolfssl/wolfcrypt/wc_port.h @@ -280,7 +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 */ + 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);