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 17:33:43 +0000 (17:33 +0000)
commitfb3ae0e830097a3a2a41a0ea82c7ad725f05a451
tree8c81de65d8f9377dffe413a365489f73955f84fe
parent2ed4c5714946a8d0285905d0fc98663bb785eb83
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)
include/openssl/ssl.h