forked from wolfSSL/wolfssl
Merge pull request #7562 from gojimmypi/PR-ssl_load-correction
Correct warning message file name in ssl_load.c
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user