X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/d5679ed0e5ef5719497d5cd1921de4c4c4581b75..9b5ac6ff2ef1b71e7ec53c756cad37b1844b9d1e:/hex.c diff --git a/hex.c b/hex.c index 45b4f33..63426fc 100644 --- a/hex.c +++ b/hex.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: hex.c,v 1.2 2003/05/16 00:22:58 mdw Exp $ + * $Id: hex.c,v 1.3 2004/04/08 01:36:11 mdw Exp $ * * Hexadecimal encoding and decoding. * @@ -27,17 +27,6 @@ * MA 02111-1307, USA. */ -/*----- 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. - * - */ - /*----- Header files ------------------------------------------------------*/ #include