Topic: Code using SHA-512 not compiling in Linux
Hi,
I enabled the sha512 during the ./configure step and although i can use every other sha variant in my code, trying to use sha512 gives me "Type 'Sha512' could not be resolved"
The header file is included as well, can't see whats going wrong. I am using 2.4.0 wolfSSL embedded SSL library on Ubuntu. Please help