Topic: [SOLVED] Bug in internal.h?
Hello,
While trying to set ECDH-ECDSA-AES256-GCM-SHA384 in my cypher list, I have found #if defined(CYASS_SHA384) on line 342 of internal.h
I have changed that define to #if defined(CYASSL_SHA384) and it works fine.
Thanks for your time,
Belén.