mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 11:44:38 +02:00
Fix formatting
This commit is contained in:
@@ -17770,7 +17770,7 @@ int sp_tohex(const sp_int* a, char* str)
|
|||||||
d = a->dp[i];
|
d = a->dp[i];
|
||||||
#ifndef WC_DISABLE_RADIX_ZERO_PAD
|
#ifndef WC_DISABLE_RADIX_ZERO_PAD
|
||||||
/* Find highest non-zero byte in most-significant word. */
|
/* Find highest non-zero byte in most-significant word. */
|
||||||
for (j = SP_WORD_SIZE - 8; j >= 0 && i>=0; j -= 8) {
|
for (j = SP_WORD_SIZE - 8; j >= 0 && i >= 0; j -= 8) {
|
||||||
/* When a byte at this index is not 0 break out to start
|
/* When a byte at this index is not 0 break out to start
|
||||||
* writing.
|
* writing.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user