summaryrefslogtreecommitdiff
path: root/lib/lib5.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lib5.h')
-rw-r--r--lib/lib5.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/lib5.h b/lib/lib5.h
index 4aaa7d6..bf71802 100644
--- a/lib/lib5.h
+++ b/lib/lib5.h
@@ -116,4 +116,5 @@ void srp_compute_uH(struct srp_context *srpc);
void srp_client_prepare_k(struct srp_context *srpc, char *password);
void srp_server_prepare_k(struct srp_context *srpc);
void srp_context_init(struct srp_context *s);
+void srp_client_s_0_prepare_k(struct srp_context *srpc);
#endif