summaryrefslogtreecommitdiff
path: root/lib/auth_srp.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-05-12 23:37:30 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-05-12 23:37:30 +0000
commit1f82dcebc94b53bef986f0f8d67587f7106aa2ff (patch)
tree866a18866f9a883de1aead3bff5e0a94b9064b4f /lib/auth_srp.h
parentc40c8884815468a362efaec25e869745f88ffbb2 (diff)
downloadgnutls-1f82dcebc94b53bef986f0f8d67587f7106aa2ff.tar.gz
added support for Tom Wu's srp library tpasswd and tpasswd.conf files.
Diffstat (limited to 'lib/auth_srp.h')
-rw-r--r--lib/auth_srp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/auth_srp.h b/lib/auth_srp.h
index 4e6dd7b2de..99f73aff1b 100644
--- a/lib/auth_srp.h
+++ b/lib/auth_srp.h
@@ -8,4 +8,5 @@ typedef struct {
typedef struct {
char* password_file;
+ char* password_conf_file;
} SRP_SERVER_CREDENTIALS;