X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gweb%2Fgionotls.c;h=88db3e44dd38658ceb299043b39e0daf442d510e;hb=af22afbaf54aaadb85d6df5d60c5b43f37ea5fc0;hp=14b9825a0b20da56895e6c06c5bafdfbbc7db427;hpb=93ae59a760062b5f3f3b2b34f140496cff0a1b6c;p=framework%2Fconnectivity%2Fconnman.git diff --git a/gweb/gionotls.c b/gweb/gionotls.c index 14b9825..88db3e4 100644 --- a/gweb/gionotls.c +++ b/gweb/gionotls.c @@ -2,7 +2,7 @@ * * Web service library with GLib integration * - * Copyright (C) 2009-2010 Intel Corporation. All rights reserved. + * Copyright (C) 2009-2012 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as @@ -25,6 +25,11 @@ #include "giognutls.h" +gboolean g_io_channel_supports_tls(void) +{ + return FALSE; +} + GIOChannel *g_io_channel_gnutls_new(int fd) { return NULL;