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