Skip to content

Commit 87b71c4

Browse files
authored
Merge pull request #7562 from gojimmypi/PR-ssl_load-correction
Correct warning message file name in ssl_load.c
2 parents 43b2c80 + 84032fa commit 87b71c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ssl_load.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
#if !defined(WOLFSSL_SSL_LOAD_INCLUDED)
5555
#ifndef WOLFSSL_IGNORE_FILE_WARN
56-
#warning ssl_bn.c does not need to be compiled separately from ssl.c
56+
#warning ssl_load.c does not need to be compiled separately from ssl.c
5757
#endif
5858
#else
5959

0 commit comments

Comments
 (0)