Skip to content

Commit 49121b5

Browse files
committed
move declaration to the top of func
1 parent 8d9dc3d commit 49121b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ssl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15634,13 +15634,13 @@ int wolfSSL_set_compression(WOLFSSL* ssl)
1563415634
const unsigned char* in,
1563515635
long sz, int format)
1563615636
{
15637+
int verify;
1563715638
WOLFSSL_ENTER("wolfSSL_CTX_trust_peer_buffer");
1563815639

1563915640
/* sanity check on arguments */
1564015641
if (sz < 0 || in == NULL || ctx == NULL) {
1564115642
return BAD_FUNC_ARG;
1564215643
}
15643-
int verify;
1564415644

1564515645
verify = GET_VERIFY_SETTING_CTX(ctx);
1564615646
if (WOLFSSL_LOAD_VERIFY_DEFAULT_FLAGS &

0 commit comments

Comments
 (0)