Rename SSL[_CTX]_add1_CA_list -> SSL[_CTX]_add1_to_CA_list
authorRichard Levitte <levitte@openssl.org>
Mon, 13 Aug 2018 05:11:47 +0000 (07:11 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 3 Sep 2018 11:10:17 +0000 (13:10 +0200)
commit64a48fc7f0bc2d3ff587791b93a357bd98e1a5b8
treea04042a873834b30799b42f08923f0ca904ebab2
parent6ad952ba75ccf183da18939e70e7aa91f0b7f5b6
Rename SSL[_CTX]_add1_CA_list -> SSL[_CTX]_add1_to_CA_list

They add a single item, so the names give a false impression of what
they do, making them hard to remember.  Better to give them a somewhat
better name.

Fixes #6930

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6931)
doc/man3/SSL_CTX_set0_CA_list.pod
include/openssl/ssl.h
ssl/ssl_cert.c
util/libssl.num