commit | 1e45206fb9f24293f3673d54f4879eb631dea117 | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Thu Mar 10 09:20:06 2016 +0000 |
committer | Matt Caswell <matt@openssl.org> | Thu Mar 10 09:29:42 2016 +0000 |
tree | 3e393650cd88cde2d265e7e864fed588e2b22185 | |
parent | 0f1d814c2313e2b844d611625e9676d00aa404fb [diff] |
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>