X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/aeec452c19bef1567daec292c86a497c35f92048..d5679ed0e5ef5719497d5cd1921de4c4c4581b75:/hex.c?ds=sidebyside diff --git a/hex.c b/hex.c index 93bc3de..45b4f33 100644 --- a/hex.c +++ b/hex.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: hex.c,v 1.1 2002/01/13 13:26:30 mdw Exp $ + * $Id: hex.c,v 1.2 2003/05/16 00:22:58 mdw Exp $ * * Hexadecimal encoding and decoding. * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: hex.c,v $ + * Revision 1.2 2003/05/16 00:22:58 mdw + * Test base64 and hex encoding. + * * Revision 1.1 2002/01/13 13:26:30 mdw * New hex encoding stuff. * @@ -175,7 +178,7 @@ int main(int argc, char *argv[]) unsigned char buf[BUFSIZ]; dstr d = DSTR_INIT; hex_ctx ctx; - void (*proc)(hex_ctx *, const unsigned char *, size_t, dstr *); + void (*proc)(hex_ctx *, const void *, size_t, dstr *); size_t sz; hex_init(&ctx);