]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
comment whitespace
authorKen Raeburn <raeburn@mit.edu>
Mon, 2 Feb 2009 18:12:57 +0000 (18:12 +0000)
committerKen Raeburn <raeburn@mit.edu>
Mon, 2 Feb 2009 18:12:57 +0000 (18:12 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21863 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/crypto/t_prng.c

index 49c0aec7498ace8c47441bd77afafb1729cc4fdb..418b96c606600a462b46c5c51d7dd0ecc293afad 100644 (file)
  * or implied warranty.
  * 
  * This file contains tests for the PRNG code in Kerberos.  IT reads
- *an input file, and writes an output file.  It is assumed that the
- *output file will be diffed against expected output  to see whether
- *regression tests pass.  The input file is very primitive format.  It
- *is composed of alternating seeds and outputs.   The first  line in
- *the file is an integer source Id from the krb5_c_randsource enum in
- *krb5.h.  Then an integer seed length is be
- *read.  Then that many bytes (encoded in hex) is read; whitspace or
- *newlines may be inserted between bytes.  Then after the seed data is
- * integer describing how many bytes of output should be written.
- *Then another source ID and seed length is read.  If the seed length
- *is 0, the source id is ignored and the seed is not seeded.
+ * an input file, and writes an output file.  It is assumed that the
+ * output file will be diffed against expected output  to see whether
+ * regression tests pass.  The input file is very primitive format.  It
+ * is composed of alternating seeds and outputs.   The first  line in
+ * the file is an integer source Id from the krb5_c_randsource enum in
+ * krb5.h.  Then an integer seed length is be
+ * read.  Then that many bytes (encoded in hex) is read; whitspace or
+ * newlines may be inserted between bytes.  Then after the seed data is
+ * an integer describing how many bytes of output should be written.
+ * Then another source ID and seed length is read.  If the seed length
+ * is 0, the source id is ignored and the seed is not seeded.
  */
 
 #include "k5-int.h"