]> git.ipfire.org Git - thirdparty/curl.git/commit
AmigaOS: add functions definitions for SHA256
authorOliver Urbann <oliver.urbann@tu-dortmund.de>
Thu, 20 May 2021 08:34:43 +0000 (10:34 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 20 May 2021 14:47:42 +0000 (16:47 +0200)
commitac54b10933749d4c17d9568532ff2f1ed64c119a
tree298bd4ca8cd345357827609235da7ac161557385
parentd9eb3e316f5547c14a6f183246bee81806a7d906
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: https://github.com/jens-maus/amissl/issues/15
Co-authored-by: Daniel Stenberg <daniel@haxx.se>
Closes #7099
lib/amigaos.c