93461a2b7b7caeec0a84e643d46d89b57dd7a248
[platform/upstream/glib-networking.git] / tls / openssl / gtlsdatabase-openssl.c
1 /*
2  * gtlsdatabase-openssl.c
3  *
4  * Copyright (C) 2015 NICE s.r.l.
5  *
6  * This file is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License as published by the Free Software Foundation; either
9  * version 2.1 of the License, or (at your option) any later version.
10  *
11  * This file is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public License
17  * along with this program. If not, see <http://www.gnu.org/licenses/>.
18  *
19  * In addition, when the library is used with OpenSSL, a special
20  * exception applies. Refer to the LICENSE_EXCEPTION file for details.
21  *
22  * Authors: Ignacio Casal Quinteiro
23  */
24
25 #include "config.h"
26
27 #include "gtlsdatabase-openssl.h"
28
29 G_DEFINE_ABSTRACT_TYPE (GTlsDatabaseOpenssl, g_tls_database_openssl, G_TYPE_TLS_DATABASE)
30
31 static void
32 g_tls_database_openssl_class_init (GTlsDatabaseOpensslClass *klass)
33 {
34 }
35
36 static void
37 g_tls_database_openssl_init (GTlsDatabaseOpenssl *openssl)
38 {
39 }