wolfssl
wolfssl copied to clipboard
Removed deprecated macro WOLFSSL_EXTRA
Description
Remove WOLFSSL_EXTRA config macro. Build configured with this macro has been broken since x509 code was relocated. Customer states that their build from 4.8.1 that used WOLFSSL_EXTRA now works without it. Superseded by OPENSSL_EXTRA.
Fixes zd14345
Testing
./configure CFLAGS="-DWOLFSSL_EXTRA"
Checklist
- [ ] added tests
- [ ] updated/added doxygen
- [ ] updated appropriate READMEs
- [X] Updated manual and documentation