print size_t by casting to unsigned long
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14736 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -79,8 +79,8 @@ time_encryption(krb5_context context, size_t size,
|
|||||||
|
|
||||||
timevalsub(&tv2, &tv1);
|
timevalsub(&tv2, &tv1);
|
||||||
|
|
||||||
printf("%s size: %7d iterations: %d time: %3ld.%06ld\n",
|
printf("%s size: %7lu iterations: %d time: %3ld.%06ld\n",
|
||||||
etype_name, size, iterations,
|
etype_name, (unsigned long)size, iterations,
|
||||||
(long)tv2.tv_sec, (long)tv2.tv_usec);
|
(long)tv2.tv_sec, (long)tv2.tv_usec);
|
||||||
|
|
||||||
krb5_crypto_destroy(context, crypto);
|
krb5_crypto_destroy(context, crypto);
|
||||||
|
Reference in New Issue
Block a user