summaryrefslogtreecommitdiff
path: root/src/ne_privssl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ne_privssl.h')
-rw-r--r--src/ne_privssl.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ne_privssl.h b/src/ne_privssl.h
index 7222688..46c28cb 100644
--- a/src/ne_privssl.h
+++ b/src/ne_privssl.h
@@ -1,6 +1,6 @@
/*
SSL interface definitions internal to neon.
- Copyright (C) 2003-2005, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 2003-2005, 2008, Joe Orton <joe@manyfish.co.uk>
Copyright (C) 2004, Aleix Conchillo Flaque <aleix@member.fsf.org>
This library is free software; you can redistribute it and/or
@@ -70,6 +70,11 @@ struct ne_ssl_context_s {
} client;
#endif
} cache;
+
+#ifdef HAVE_GNUTLS_SIGN_CALLBACK_SET
+ gnutls_sign_func sign_func;
+ void *sign_data;
+#endif
};
typedef gnutls_session ne_ssl_socket;