aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/tls/gnutls_db.c
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_db.c
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_db.c')
-rw-r--r--src/daemon/https/tls/gnutls_db.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/https/tls/gnutls_db.c b/src/daemon/https/tls/gnutls_db.c
index 701be2f0..806961c1 100644
--- a/src/daemon/https/tls/gnutls_db.c
+++ b/src/daemon/https/tls/gnutls_db.c
@@ -28,7 +28,7 @@
28 28
29#include "gnutls_int.h" 29#include "gnutls_int.h"
30#include "gnutls_errors.h" 30#include "gnutls_errors.h"
31#include "gnutls_session.h" 31// #include "gnutls_session.h"
32#include <gnutls_db.h> 32#include <gnutls_db.h>
33#include "debug.h" 33#include "debug.h"
34#include <gnutls_session_pack.h> 34#include <gnutls_session_pack.h>