Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AmigaOS: add functions definitions for SHA256
AmiSSL replaces many functions with macros. Curl requires pointer to some of these functions. Thus, we have to encapsulate these macros: SHA256_Init, SHA256_Update, SHA256_Final, X509_INFO_free. Bug: jens-maus/amissl#15
- Loading branch information