Wrong definition of the macro SSL_set1_sigalgs in ssl.h
authorarijitnayak <arijit.nayak@yahoo.co.in>
Thu, 31 Dec 2015 07:38:54 +0000 (13:08 +0530)
committerRich Salz <rsalz@openssl.org>
Tue, 12 Jan 2016 17:53:27 +0000 (12:53 -0500)
commit75fdee04827a2e7bd809dc9cc086389e856947b9
treeed9c07a591c390f1db99d955e5889845d65b9d76
parenta4530ce0398d673b25a15b72a18dee1d8b14c07d
Wrong definition of the macro SSL_set1_sigalgs in ssl.h

Error in the definition of the macro SSL_set1_sigalgs(ctx, slist,
slistlen): the third parameter 'slistlen' not used in the substitution
code; used 'clistlen' instead. As a result of this, compilation error
occurs when any application uses this macro.

Signed-off-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
ssl/ssl.h