Use consistent function naming.
authorDr. Stephen Henson <steve@openssl.org>
Tue, 19 Aug 2014 12:54:38 +0000 (13:54 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 28 Aug 2014 16:06:53 +0000 (17:06 +0100)
commit8cafe9e8bfcc99d12adf083c61411955995668c4
tree52996b813f5b93b1aff62fc9afcb21468e4a9f5b
parentc846a5f5678a7149bc6cbd37dbdae886a5108364
Use consistent function naming.

Instead of SSL_CTX_set_custom_cli_ext and SSL_CTX_set_custom_srv_ext
use SSL_CTX_add_client_custom_ext and SSL_CTX_add_server_custom_ext.
Reviewed-by: Emilia Käsper <emilia@openssl.org>
apps/s_client.c
ssl/ssl.h
ssl/ssl_rsa.c
ssl/ssltest.c
ssl/t1_ext.c