DA: Skip initializing failed_bssids list when eapol failure case
[platform/upstream/connman.git] / gweb / gionotls.c
old mode 100644 (file)
new mode 100755 (executable)
index 14b9825..2998895
@@ -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
 
 #include "giognutls.h"
 
+bool g_io_channel_supports_tls(void)
+{
+       return false;
+}
+
 GIOChannel *g_io_channel_gnutls_new(int fd)
 {
        return NULL;