wolfssl icon indicating copy to clipboard operation
wolfssl copied to clipboard

Removed deprecated macro WOLFSSL_EXTRA

Open embhorn opened this issue 3 years ago • 0 comments

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

embhorn avatar Jun 17 '22 19:06 embhorn