commit | d8028b202bfe337200a0cc89b80983ea1838cb30 | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Thu May 18 10:05:02 2017 +0100 |
committer | Matt Caswell <matt@openssl.org> | Thu May 18 10:05:02 2017 +0100 |
tree | 52320521d751538bae8854eef90d188c0a629e22 | |
parent | a74341f9f9277959beb08063bfd41e30bdee6ed0 [diff] |
Fix EXT_RETURN usage for add_key_share() add_key_share() is a helper function used during key_share extension construction. It is expected to be a simple boolean success/fail return. It shouldn't be using the new EXT_RETURN type but it was partially converted anyway. This changes it back. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3488)