Hi Eric,
Thank you so much for your prompt response.
The fixed file resolved the error and I could build wolfSSL 5.6.3. It seems to be working correctly.
Thanks,
Hiro
You are not logged in. Please login or register.
Please post questions or comments you have about wolfSSL products here. It is helpful to be as descriptive as possible when asking your questions.
ReferenceswolfSSL - Embedded SSL Library → Posts by hakahane
Pages 1
Hi Eric,
Thank you so much for your prompt response.
The fixed file resolved the error and I could build wolfSSL 5.6.3. It seems to be working correctly.
Thanks,
Hiro
Hello,
I am trying to build wolfSSL 5.6.3 with _WIN32_WCE but my compiler could not find "XSEEK_SET" and output a compilation error.
Looking at /wolfssl/wolfcrypt/wc_port.h, the macro "XSEEK_END" is defined twice instead of "XSEEK_SET" (on lines 608 and 609). This causes the compilation error.
608: #define XSEEK_END SEEK_SET
609: #define XSEEK_END SEEK_END
I believe that the one on line 608 should be defined as "XSEEK_SET" in order to compile successfully. Is my fix correcft? Do I need any other fixes?
Thanks,
Hiro
Pages 1
wolfSSL - Embedded SSL Library → Posts by hakahane
Powered by PunBB, supported by Informer Technologies, Inc.
Generated in 0.015 seconds (95% PHP - 5% DB) with 4 queries