فهرست منبع

Fixed missing mbed source. Added curl defs for httpsstream.

Brucey 2 سال پیش
والد
کامیت
66e85bc40f
2فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 2 0
      httpsstream.mod/httpsstream.bmx
  2. 1 0
      mbedtlscrypto.mod/source.bmx

+ 2 - 0
httpsstream.mod/httpsstream.bmx

@@ -26,6 +26,8 @@ ModuleInfo "Copyright: 2023 Bruce A Henderson"
 
 ModuleInfo "History: 1.00 Initial Release"
 
+ModuleInfo "CC_OPTS: -DCURL_STATICLIB -DCARES_STATICLIB -DCURL_STRICTER -DUSE_MBEDTLS"
+
 Import Net.Libcurl
 
 Import "../libcurl.mod/libcurl/include/*.h"

+ 1 - 0
mbedtlscrypto.mod/source.bmx

@@ -35,6 +35,7 @@ Import "../mbedtls.mod/mbedtls/library/md.c"
 Import "../mbedtls.mod/mbedtls/library/md5.c"
 Import "../mbedtls.mod/mbedtls/library/nist_kw.c"
 Import "../mbedtls.mod/mbedtls/library/oid.c"
+Import "../mbedtls.mod/mbedtls/library/padlock.c"
 Import "../mbedtls.mod/mbedtls/library/pkcs5.c"
 Import "../mbedtls.mod/mbedtls/library/platform_util.c"
 Import "../mbedtls.mod/mbedtls/library/poly1305.c"