summaryrefslogtreecommitdiff
path: root/libextra/gnutls_srp.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-08-28 14:08:32 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-08-28 14:08:32 +0000
commit7d5104e60f8b854577b81bb392b037f65e58b9b1 (patch)
tree0033047448a78a693d0b84dc9fd0f0741d5e771e /libextra/gnutls_srp.h
parentc75750a9866b32e34ae744aa47918ef704c35806 (diff)
downloadgnutls-7d5104e60f8b854577b81bb392b037f65e58b9b1.tar.gz
Added support for the new SRP draft by D. Taylor. This includes the
removal of the blowfish crypt hash option, and the change of SRP cipher suite numbers.
Diffstat (limited to 'libextra/gnutls_srp.h')
-rw-r--r--libextra/gnutls_srp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libextra/gnutls_srp.h b/libextra/gnutls_srp.h
index e43140803f..db2c73692c 100644
--- a/libextra/gnutls_srp.h
+++ b/libextra/gnutls_srp.h
@@ -6,7 +6,7 @@ MPI _gnutls_calc_srp_u( MPI B);
MPI _gnutls_calc_srp_S1(MPI A, MPI b, MPI u, MPI v, MPI n);
MPI _gnutls_calc_srp_A(MPI *a, MPI g, MPI n);
MPI _gnutls_calc_srp_S2(MPI B, MPI g, MPI x, MPI a, MPI u, MPI n);
-int _gnutls_calc_srp_x( char* username, char* password, opaque* salt, size_t salt_size, uint8 crypt_algo, size_t* size, void* digest);
+int _gnutls_calc_srp_x( char* username, char* password, opaque* salt, size_t salt_size, size_t* size, void* digest);
int _gnutls_srp_gn( opaque** ret_g, opaque** ret_n, int bits);
/* our prime */