Skip to content

Commit

Permalink
Correct error message file name in ssl_load.c
Browse files Browse the repository at this point in the history
  • Loading branch information
gojimmypi committed May 21, 2024
1 parent 43b2c80 commit 84032fa
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 84032fa

Please sign in to comment.