diff options
Diffstat (limited to 'tests/pkcs12_s2k.c')
-rw-r--r-- | tests/pkcs12_s2k.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/pkcs12_s2k.c b/tests/pkcs12_s2k.c index 847aa9a4f3..7301f293f5 100644 --- a/tests/pkcs12_s2k.c +++ b/tests/pkcs12_s2k.c @@ -135,9 +135,9 @@ void doit(void) if (debug) printf("ij: %d.%d: %s\n", i, j, - _gnutls_bin2hex(key, sizeof(key), - tmp, sizeof(tmp), - NULL)); + _gnutls_bin2hex(key, sizeof(key), + tmp, sizeof(tmp), + NULL)); x++; } } @@ -159,8 +159,8 @@ void doit(void) if (debug) printf("tv[%d]: %s\n", i, - _gnutls_bin2hex(key, tv[i].keylen, tmp, - sizeof(tmp), NULL)); + _gnutls_bin2hex(key, tv[i].keylen, tmp, + sizeof(tmp), NULL)); } if (debug) printf("\n"); |