[btls] Convert BTLS icalls to pinvokes by invoking them using [DllImp… (#3799)
[mono.git] / mono / metadata / icall.c
index 4debd7bf1027f4766f31f8697ac16aa19f21e4a5..116a44fa837339ec5c74482052b421c40b379fb8 100644 (file)
 #include <sys/utsname.h>
 #endif
 
-#if HAVE_BTLS
+#if defined(HAVE_BTLS) && !defined(HAVE_DYNAMIC_BTLS)
 #include <btls/btls-ssl.h>
 #include <btls/btls-bio.h>
 #include <btls/btls-error.h>