Merge pull request #7562 from gojimmypi/PR-ssl_load-correction

Correct warning message file name in ssl_load.c
This commit is contained in:
Sean Parkinson
2024-05-21 22:14:24 +10:00
committed by GitHub

View File

@@ -53,7 +53,7 @@
#if !defined(WOLFSSL_SSL_LOAD_INCLUDED) #if !defined(WOLFSSL_SSL_LOAD_INCLUDED)
#ifndef WOLFSSL_IGNORE_FILE_WARN #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 #endif
#else #else