forked from wolfSSL/wolfssl
add GNU ld bug error and solution
This commit is contained in:
3
README
3
README
@ -34,6 +34,9 @@ before calling wolfSSL_new(); Though it's not recommended.
|
|||||||
|
|
||||||
*** end Notes ***
|
*** end Notes ***
|
||||||
|
|
||||||
|
- GNU Binutils 2.24 ld has problems with some debug builds, to fix an ld error
|
||||||
|
add -fdebug-types-section to C_EXTRA_FLAGS
|
||||||
|
|
||||||
wolfSSL (Formerly CyaSSL) Release 3.4.6 (03/30/2015)
|
wolfSSL (Formerly CyaSSL) Release 3.4.6 (03/30/2015)
|
||||||
|
|
||||||
Release 3.4.6 of wolfSSL has bug fixes and new features including:
|
Release 3.4.6 of wolfSSL has bug fixes and new features including:
|
||||||
|
@ -35,6 +35,9 @@ wolfSSL_CTX_set_verify(ctx, SSL_VERIFY_NONE, 0);
|
|||||||
before calling wolfSSL_new(); Though it's not recommended.
|
before calling wolfSSL_new(); Though it's not recommended.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
- GNU Binutils 2.24 ld has problems with some debug builds, to fix an ld error
|
||||||
|
add -fdebug-types-section to C_EXTRA_FLAGS
|
||||||
|
|
||||||
#wolfSSL (Formerly CyaSSL) Release 3.4.6 (03/30/2015)
|
#wolfSSL (Formerly CyaSSL) Release 3.4.6 (03/30/2015)
|
||||||
|
|
||||||
##Release 3.4.6 of wolfSSL has bug fixes and new features including:
|
##Release 3.4.6 of wolfSSL has bug fixes and new features including:
|
||||||
|
Reference in New Issue
Block a user