summaryrefslogtreecommitdiff
path: root/lib/amigaos.h
diff options
context:
space:
mode:
authorFutaura <oliver@futaura.co.uk>2022-08-07 15:03:32 +0100
committerDaniel Stenberg <daniel@haxx.se>2022-08-08 09:16:01 +0200
commite1acfafa497333c79247a17a0378855b9de9d2c4 (patch)
tree134dc8c45a6e39be54e49d6f6daa41af98bb0e83 /lib/amigaos.h
parentc7b322aac8decc38b76d1ba358bb22263d231a49 (diff)
downloadcurl-e1acfafa497333c79247a17a0378855b9de9d2c4.tar.gz
amissl: make AmiSSL v5 a minimum requirement
AmiSSL v5 is the latest version, featuring a port of OpenSSL 3.0. Support for previous OpenSSL 1.1.x versions has been dropped, so makes sense to enforce v5 as the minimum requirement. This also allows all the AmiSSL stub workarounds to be removed as they are now provided in a link library in the AmiSSL SDK. Closes #9267
Diffstat (limited to 'lib/amigaos.h')
-rw-r--r--lib/amigaos.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/amigaos.h b/lib/amigaos.h
index 8757aa8e7..5255194dc 100644
--- a/lib/amigaos.h
+++ b/lib/amigaos.h
@@ -37,10 +37,5 @@ void Curl_amiga_cleanup();
#endif
-#ifdef USE_AMISSL
-#include <openssl/x509v3.h>
-void Curl_amiga_X509_free(X509 *a);
-#endif /* USE_AMISSL */
-
#endif /* HEADER_CURL_AMIGAOS_H */