wolfssl icon indicating copy to clipboard operation
wolfssl copied to clipboard

[Bug]: Building with flags -DOPENSSL_ALL -DOPENSSL_EXTRA -DOPENSSL_COEXIST generates the error

Open JacobBarthelmeh opened this issue 1 year ago • 0 comments

Contact Details

No response

Version

5.7.0

Description

Building with flags -DOPENSSL_ALL -DOPENSSL_EXTRA -DOPENSSL_COEXIST generates the error

Reproduction steps

No response

Relevant log output

.../wolfssl/ssl.h:4484:9: error: unknown type 'pem_password_cb'; ...
 4484 |         pem_password_cb* cb, void* u);
      |         ^~~~~~~~~~~~~~~
      |         wc_pem_password_cb

The same error raised from src/x509.c.

https://github.com/wolfSSL/wolfssl/pull/7423
This issue is reproducible on current master and v5.7.0-stable.

JacobBarthelmeh avatar Apr 15 '24 16:04 JacobBarthelmeh