Fix for possible unused label "exit_chain".

This commit is contained in:
David Garske
2021-03-25 12:24:30 -07:00
parent 8984ce03e9
commit 5b751d9eaa

View File

@ -624,7 +624,9 @@ int wolfSSL_BIO_write(WOLFSSL_BIO* bio, const void* data, int len)
bio = bio->next;
}
#ifndef WOLFCRYPT_ONLY
exit_chain:
#endif
/* info cb, user can override return value */
if (front != NULL && front->infoCb != NULL) {