summaryrefslogtreecommitdiff
path: root/lib/lib5.h
diff options
context:
space:
mode:
authorBenedict <benedict@0xb8000.de>2016-12-09 18:35:45 +0100
committerBenedict <benedict@0xb8000.de>2017-02-21 13:00:26 +0100
commit6619623d75b8ace7f70f64dc683c5e9193aa6aea (patch)
tree7097aa916d060827a781f4839a3c78516e99f82b /lib/lib5.h
parent601bcda4cb9aaba2bd08810a46120a3d4c6b50d0 (diff)
set5: task37: completed
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