From ded85acb6d8f64c2cf59e4146527a699605be597 Mon Sep 17 00:00:00 2001 From: Sean Parkinson Date: Tue, 21 May 2024 22:14:24 +1000 Subject: [PATCH] Merge pull request #7562 from gojimmypi/PR-ssl_load-correction Correct warning message file name in ssl_load.c --- src/ssl_load.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ssl_load.c b/src/ssl_load.c index 7fcc912988..3aa449cd5e 100644 --- a/src/ssl_load.c +++ b/src/ssl_load.c @@ -53,7 +53,7 @@ #if !defined(WOLFSSL_SSL_LOAD_INCLUDED) #ifndef WOLFSSL_IGNORE_FILE_WARN - #warning ssl_bn.c does not need to be compiled separately from ssl.c + #warning ssl_load.c does not need to be compiled separately from ssl.c #endif #else