X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb/blobdiff_plain/ba6e6b64033b1f9de49feccb5c9cd438354481f7:/seal.c..0f00dc4c8eb47e67bc0f148c2dd109f73a451e0a:/symm/seal.c diff --git a/seal.c b/symm/seal.c similarity index 99% rename from seal.c rename to symm/seal.c index 444a11cd..df7cd1ba 100644 --- a/seal.c +++ b/symm/seal.c @@ -1,6 +1,4 @@ /* -*-c-*- - * - * $Id: seal.c,v 1.2 2004/04/08 01:36:15 mdw Exp $ * * The SEAL pseudo-random function family * @@ -607,7 +605,7 @@ static test_chunk defs[] = { int main(int argc, char *argv[]) { - test_run(argc, argv, defs, SRCDIR"/tests/seal"); + test_run(argc, argv, defs, SRCDIR"/t/seal"); return (0); }