aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/srp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openssl/srp.h')
-rw-r--r--include/openssl/srp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/srp.h b/include/openssl/srp.h
index 49cf960..de6631d 100644
--- a/include/openssl/srp.h
+++ b/include/openssl/srp.h
@@ -113,7 +113,7 @@ typedef struct SRP_gN_st {
DECLARE_STACK_OF(SRP_gN)
SRP_VBASE *SRP_VBASE_new(char *seed_key);
-int SRP_VBASE_free(SRP_VBASE *vb);
+void SRP_VBASE_free(SRP_VBASE *vb);
int SRP_VBASE_init(SRP_VBASE *vb, char *verifier_file);
SRP_user_pwd *SRP_VBASE_get_by_user(SRP_VBASE *vb, char *username);
char *SRP_create_verifier(const char *user, const char *pass, char **salt,