[ac] rename last remaining CyaSSL refrence to wolfSSL
This commit is contained in:
parent
2109c62b80
commit
29295d1434
@ -95,7 +95,7 @@ void* capwap_socket_crypto_createcontext(char* calist, char* cert, char* private
|
|||||||
ASSERT(privatekey != NULL);
|
ASSERT(privatekey != NULL);
|
||||||
|
|
||||||
/* Create SSL context */
|
/* Create SSL context */
|
||||||
context = wolfSSL_CTX_new(CyaTLSv1_2_client_method());
|
context = wolfSSL_CTX_new(wolfTLSv1_2_client_method());
|
||||||
if (context) {
|
if (context) {
|
||||||
/* Public certificate */
|
/* Public certificate */
|
||||||
if (!wolfSSL_CTX_use_certificate_file(context, cert, SSL_FILETYPE_PEM)) {
|
if (!wolfSSL_CTX_use_certificate_file(context, cert, SSL_FILETYPE_PEM)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user