diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-12-01 19:50:09 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-12-01 19:50:09 +0000 |
commit | 276c812245d299021ebe7561fd8b0f9f2d1e7070 (patch) | |
tree | 5a66f10e83796959ac0d7c4250b9f21cb463923f /src/crypt.gaa | |
parent | 2339d53d194ce5db019a539aeffa714aafb862f1 (diff) | |
download | gnutls-276c812245d299021ebe7561fd8b0f9f2d1e7070.tar.gz |
Added the functions:
gnutls_srp_verifier()
gnutls_srp_base64_encode()
gnutls_srp_base64_decode()
and modified the gnutls-srpcrypt, to use the exported functions.
Diffstat (limited to 'src/crypt.gaa')
-rw-r--r-- | src/crypt.gaa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypt.gaa b/src/crypt.gaa index 9b75943640..8867766622 100644 --- a/src/crypt.gaa +++ b/src/crypt.gaa @@ -27,6 +27,6 @@ option (bits) INT "BITS" { $bits = $1 } "specify the number of bits for prime nu option (h, help) { gaa_help(); exit(0); } "shows this help text" init { $username=NULL; $passwd=NULL; $salt=0; - $create_conf=NULL; $passwd_conf=NULL; $verify = 0; $bits=1040; + $create_conf=NULL; $passwd_conf=NULL; $verify = 0; $bits=1024; $index = 1; } |