From: John Kohl Date: Thu, 14 Mar 1991 11:13:16 +0000 (+0000) Subject: add standard header X-Git-Tag: krb5-1.0-alpha4~72 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b06ebada27fb348b9cff4ef6cbf1de9e9185ada5;p=krb5.git add standard header git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1900 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/crypto/des/destest.c b/src/lib/crypto/des/destest.c index 7b4f8ea50..4fdc1a0d8 100644 --- a/src/lib/crypto/des/destest.c +++ b/src/lib/crypto/des/destest.c @@ -1,3 +1,21 @@ +/* + * $Source$ + * $Author$ + * + * Copyright 1990,1991 by the Massachusetts Institute of Technology. + * All Rights Reserved. + * + * For copying and distribution information, please see the file + * . + * + * Test a DES implementation against known inputs & outputs + */ + +#if !defined(lint) && !defined(SABER) +static char rcsid_destest_c[] = +"$Id$"; +#endif /* !lint & !SABER */ + /* * -DBSD_DES will test the BSD DES library. * without, it will test the MIT DES implementation.