X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb/blobdiff_plain/ba6e6b64033b1f9de49feccb5c9cd438354481f7:/hmac-def.h..0f00dc4c8eb47e67bc0f148c2dd109f73a451e0a:/symm/hmac-def.h diff --git a/hmac-def.h b/symm/hmac-def.h similarity index 99% rename from hmac-def.h rename to symm/hmac-def.h index 8b6b4f58..032c69f2 100644 --- a/hmac-def.h +++ b/symm/hmac-def.h @@ -1,6 +1,4 @@ /* -*-c-*- - * - * $Id: hmac-def.h,v 1.8 2004/04/08 01:36:15 mdw Exp $ * * Definitions for HMAC and NMAC * @@ -427,7 +425,7 @@ static test_chunk macdefs[] = { \ int main(int argc, char *argv[]) \ { \ ego(argv[0]); \ - test_run(argc, argv, macdefs, SRCDIR"/tests/" #pre); \ + test_run(argc, argv, macdefs, SRCDIR"/t/" #pre); \ return (0); \ }