summaryrefslogtreecommitdiff
path: root/lib/gnutls_auth.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-05-04 21:52:03 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-05-04 21:52:03 +0000
commit89af8d0f36cd296d2c6c76bbd797da44b3bf43f5 (patch)
tree8883bc4aa81a18d3901e590ced44e9d1d00bc2da /lib/gnutls_auth.h
parent37fad44b7b351e2eb862739f2084c73239682cd3 (diff)
downloadgnutls-89af8d0f36cd296d2c6c76bbd797da44b3bf43f5.tar.gz
more additions for SRP
Diffstat (limited to 'lib/gnutls_auth.h')
-rw-r--r--lib/gnutls_auth.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/gnutls_auth.h b/lib/gnutls_auth.h
index cb8d00a90c..b183b7ba49 100644
--- a/lib/gnutls_auth.h
+++ b/lib/gnutls_auth.h
@@ -17,10 +17,5 @@ typedef struct {
int (*gnutls_process_server_cert_vrfy) ( GNUTLS_KEY, opaque*, int);
} MOD_AUTH_STRUCT;
-typedef struct {
- KXAlgorithm algorithm;
- void* credentials;
- void* next;
-} AUTH_CRED;
#endif