Correct error message file name in ssl_load.c

This commit is contained in:
gojimmypi
2024-05-20 17:20:39 -07:00
parent 43b2c80862
commit 84032fa24c

View File

@@ -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