| 18 * You should have received a copy of the GNU General Public License |
18 * You should have received a copy of the GNU General Public License |
| 19 * along with this program; if not, write to the Free Software |
19 * along with this program; if not, write to the Free Software |
| 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 21 */ |
21 */ |
| 22 #include "internal.h" |
22 #include "internal.h" |
| |
23 #include "debug.h" |
| 23 #include "plugin.h" |
24 #include "plugin.h" |
| |
25 #include "sslconn.h" |
| 24 |
26 |
| 25 #define SSL_GNUTLS_PLUGIN_ID "ssl-gnutls" |
27 #define SSL_GNUTLS_PLUGIN_ID "ssl-gnutls" |
| 26 |
28 |
| 27 #ifdef HAVE_GNUTLS |
29 #ifdef HAVE_GNUTLS |
| 28 |
|
| 29 #include "debug.h" |
|
| 30 #include "sslconn.h" |
|
| 31 |
30 |
| 32 #include <gnutls/gnutls.h> |
31 #include <gnutls/gnutls.h> |
| 33 |
32 |
| 34 typedef struct |
33 typedef struct |
| 35 { |
34 { |