X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=include%2Fopenssl%2Fsrp.h;h=de6631d94f39e5a466b04682ae84d014572dfede;hp=49cf960347956009e658c6623b4aa1c447fb69cb;hb=895cba195a0c8430dcc8d1aa22b75eccaaee8f49;hpb=b0696f8b0b6e9a837e0abe4d79a8219e287c9036 diff --git a/include/openssl/srp.h b/include/openssl/srp.h index 49cf960347..de6631d94f 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,