diff options
| author | John Kohl <jtkohl@mit.edu> | 1991-03-14 11:13:16 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1991-03-14 11:13:16 +0000 |
| commit | b06ebada27fb348b9cff4ef6cbf1de9e9185ada5 (patch) | |
| tree | 58860d6a8980198b17826850e493250db179ceac /src/lib | |
| parent | 7f6ddd748d5b6f90c69c541f4b57ae554345e1f6 (diff) | |
| download | krb5-b06ebada27fb348b9cff4ef6cbf1de9e9185ada5.tar.gz krb5-b06ebada27fb348b9cff4ef6cbf1de9e9185ada5.tar.xz krb5-b06ebada27fb348b9cff4ef6cbf1de9e9185ada5.zip | |
add standard header
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1900 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/crypto/des/destest.c | 18 |
1 files changed, 18 insertions, 0 deletions
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,4 +1,22 @@ /* + * $Source$ + * $Author$ + * + * Copyright 1990,1991 by the Massachusetts Institute of Technology. + * All Rights Reserved. + * + * For copying and distribution information, please see the file + * <krb5/copyright.h>. + * + * 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. */ |
