Skip to content

Commit d0e30e0

Browse files
committed
Rework line over 80 chars
1 parent 0ee742d commit d0e30e0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/wp_rsa_sig.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1377,7 +1377,8 @@ static int wp_rsa_verify_recover(wp_RsaSigCtx* ctx, unsigned char* rout,
13771377

13781378
/* Only PKCS1 supported for now */
13791379
if (ok && (ctx->padMode != RSA_PKCS1_PADDING)) {
1380-
WOLFPROV_ERROR_MSG(WP_LOG_PK, "Only PKCS1 padding supported for verify recover");
1380+
WOLFPROV_ERROR_MSG(WP_LOG_PK, "Only PKCS1 padding supported"
1381+
" for verify recover");
13811382
ok = 0;
13821383
}
13831384

0 commit comments

Comments
 (0)