mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
Fix for possible unused label "exit_chain".
This commit is contained in:
@ -624,7 +624,9 @@ int wolfSSL_BIO_write(WOLFSSL_BIO* bio, const void* data, int len)
|
|||||||
bio = bio->next;
|
bio = bio->next;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifndef WOLFCRYPT_ONLY
|
||||||
exit_chain:
|
exit_chain:
|
||||||
|
#endif
|
||||||
|
|
||||||
/* info cb, user can override return value */
|
/* info cb, user can override return value */
|
||||||
if (front != NULL && front->infoCb != NULL) {
|
if (front != NULL && front->infoCb != NULL) {
|
||||||
|
Reference in New Issue
Block a user