mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
dec3fa79a8
* new file: projects/gnome.org/glib-networking/gtls-test.c new file: projects/gnome.org/glib-networking/package.yml * GIO_MODULE_DIR
8 lines
169 B
C
8 lines
169 B
C
#include <gio/gio.h>
|
|
int main (int argc, char *argv[])
|
|
{
|
|
if (g_tls_backend_supports_tls (g_tls_backend_get_default()))
|
|
return 0;
|
|
else
|
|
return 1;
|
|
} |