summaryrefslogtreecommitdiff
path: root/libextra/crypt.h
diff options
context:
space:
mode:
Diffstat (limited to 'libextra/crypt.h')
-rw-r--r--libextra/crypt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libextra/crypt.h b/libextra/crypt.h
index 205ec72136..bca949ca0e 100644
--- a/libextra/crypt.h
+++ b/libextra/crypt.h
@@ -1,4 +1,4 @@
/* crypt functions */
-char * gnutls_crypt(const char* username, const char *passwd, crypt_algo algo, int salt, MPI g, MPI n);
-int gnutls_crypt_vrfy(const char* username, const char *passwd, char* salt, MPI g, MPI n);
+char * _gnutls_srp_crypt(const char* username, const char *passwd, int salt, MPI g, MPI n);
+int _gnutls_srp_crypt_vrfy(const char* username, const char *passwd, char* salt, MPI g, MPI n);