add standard header
authorJohn Kohl <jtkohl@mit.edu>
Thu, 14 Mar 1991 11:13:16 +0000 (11:13 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Thu, 14 Mar 1991 11:13:16 +0000 (11:13 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1900 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/crypto/des/destest.c

index 7b4f8ea50cdc2555a6c9a0b8e47b0ad05b7c8cd8..4fdc1a0d86b247446ae765b7bf059d174110055d 100644 (file)
@@ -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
+ * <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.