summaryrefslogtreecommitdiffstats
path: root/fuzz/asn1.c
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2020-04-23 12:42:51 +0200
committerTomas Mraz <tmraz@fedoraproject.org>2020-04-27 17:38:06 +0200
commit7ffce852372799b6cd856b711db21332f0048314 (patch)
treea88ba934f45610d1fd6aea83a0c14a20adc9dc06 /fuzz/asn1.c
parentd0bcad73253b7ea0a6f8a4ebd2aa567257cd2101 (diff)
Fix type cast in SSL_CTX_set1_groups macro
The macro casts the glist parameter to char* instead of (int *) like the documentation of the function suggest. Also the function tls1_set_groups that is called from SSL_CTX_ctrl takes an int * argument. This looks like a copy&paste error from SSL_CTX_set1_groups_list function. CLA: trivial Signed-off-by: Arne Schwabe <arne@rfc2549.org> Reviewed-by: Ben Kaduk <kaduk@mit.edu> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/11614)
Diffstat (limited to 'fuzz/asn1.c')
0 files changed, 0 insertions, 0 deletions