mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
remove a stray printf
svn:r1575
This commit is contained in:
@@ -449,7 +449,6 @@ test_crypto()
|
||||
test_streq(data2, "gvrwq4tt");
|
||||
|
||||
strcpy(data1, "\xFF\xF5\x6D\x44\xAE\x0D\x5C\xC9\x62\xC4");
|
||||
printf("-------\n");
|
||||
i = base32_encode(data2, 30, data1, 10);
|
||||
test_eq(i,0);
|
||||
test_streq(data2, "772w2rfobvomsywe");
|
||||
|
||||
Reference in New Issue
Block a user