Fix the SSL_set1_sigalgs() macro
authorMatt Caswell <matt@openssl.org>
Fri, 30 Dec 2016 17:11:09 +0000 (17:11 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 30 Dec 2016 21:30:29 +0000 (21:30 +0000)
commit64e3965d63c452edb590a76b81b9bdf5118af623
treefb8fb7a1d5a1bbf4495061daea81c66877c16f69
parent72b993cfdf51d6cfc8705691ecda66285c507f7a
Fix the SSL_set1_sigalgs() macro

This macro has a typo in it which makes it unusable. This issue was already
fixed in 1.0.2 in commit 75fdee04827, but the same fix was not applied to
other branches.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2160)
(cherry picked from commit fb3ae0e830097a3a2a41a0ea82c7ad725f05a451)
include/openssl/ssl.h