Skip to content

Commit

Permalink
Merge pull request wolfSSL#7562 from gojimmypi/PR-ssl_load-correction
Browse files Browse the repository at this point in the history
Correct warning message file name in ssl_load.c
  • Loading branch information
SparkiDev authored and jefferyq2 committed Jun 9, 2024
1 parent bc6a8ea commit ded85ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ssl_load.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ded85ac

Please sign in to comment.