]> git.ipfire.org Git - thirdparty/openssl.git/commit
Mark SRP_VBASE_get_by_user() as deprecated
authorMatt Caswell <matt@openssl.org>
Thu, 10 Mar 2016 09:20:06 +0000 (09:20 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 10 Mar 2016 09:29:42 +0000 (09:29 +0000)
commit1e45206fb9f24293f3673d54f4879eb631dea117
tree3e393650cd88cde2d265e7e864fed588e2b22185
parent0f1d814c2313e2b844d611625e9676d00aa404fb
Mark SRP_VBASE_get_by_user() as deprecated

The function SRP_VBASE_get_by_user() is declared as deprecated but the
implementation was not.

Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/srp/srp_vfy.c