aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/tls/gnutls_session.h
diff options
context:
space:
mode:
authorlv-426 <oxcafebaby@yahoo.com>2008-06-29 21:33:00 +0000
committerlv-426 <oxcafebaby@yahoo.com>2008-06-29 21:33:00 +0000
commit8538fe9783d1de18742ce7113860cfe1d6b558c5 (patch)
tree5be465d60bfaf8c335d0ad3f8e94cb2482199dd5 /src/daemon/https/tls/gnutls_session.h
parent7afe06474b2f59ea7816d444d435d5e4c15b40f8 (diff)
downloadlibmicrohttpd-8538fe9783d1de18742ce7113860cfe1d6b558c5.tar.gz
libmicrohttpd-8538fe9783d1de18742ce7113860cfe1d6b558c5.zip
- gnutls alert handling
- simplified HTTPS example use - added alert level to tls-session structs - some gnutls removed code
Diffstat (limited to 'src/daemon/https/tls/gnutls_session.h')
-rw-r--r--src/daemon/https/tls/gnutls_session.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/daemon/https/tls/gnutls_session.h b/src/daemon/https/tls/gnutls_session.h
deleted file mode 100644
index dae99edc..00000000
--- a/src/daemon/https/tls/gnutls_session.h
+++ /dev/null
@@ -1,23 +0,0 @@
1/*
2 * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation
3 *
4 * Author: Nikos Mavrogiannopoulos
5 *
6 * This file is part of GNUTLS.
7 *
8 * The GNUTLS library is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU Lesser General Public License
10 * as published by the Free Software Foundation; either version 2.1 of
11 * the License, or (at your option) any later version.
12 *
13 * This library is distributed in the hope that it will be useful, but
14 * WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * Lesser General Public License for more details.
17 *
18 * You should have received a copy of the GNU Lesser General Public
19 * License along with this library; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
21 * USA
22 *
23 */