summaryrefslogtreecommitdiff
path: root/lib/gnutls_auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gnutls_auth.h')
-rw-r--r--lib/gnutls_auth.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/gnutls_auth.h b/lib/gnutls_auth.h
index daab0a5e42..cb8d00a90c 100644
--- a/lib/gnutls_auth.h
+++ b/lib/gnutls_auth.h
@@ -16,4 +16,11 @@ typedef struct {
int (*gnutls_process_client_cert_vrfy) ( GNUTLS_KEY, opaque*, int);
int (*gnutls_process_server_cert_vrfy) ( GNUTLS_KEY, opaque*, int);
} MOD_AUTH_STRUCT;
+
+typedef struct {
+ KXAlgorithm algorithm;
+ void* credentials;
+ void* next;
+} AUTH_CRED;
+
#endif