Start optionally using the SHA implementation from the existing crypto API #44

Merged
jordan merged 5 commits from lda/Cytoplasm:opt-ssl-for-sha into master 2024-08-24 17:06:05 +00:00
Showing only changes of commit e8543bdb2a - Show all commits

View file

@ -33,8 +33,7 @@
#if (TLS_IMPL == TLS_OPENSSL) || (TLS_IMPL == TLS_LIBRESSL) #if (TLS_IMPL == TLS_OPENSSL) || (TLS_IMPL == TLS_LIBRESSL)
#include <openssl/sha.h> #include <openssl/sha.h>
#include <Log.h>
unsigned char * unsigned char *
Sha256(char *str) Sha256(char *str)
{ {