diff options
Diffstat (limited to 'src/lib/crypto/builtin/t_cf2.c')
-rw-r--r-- | src/lib/crypto/builtin/t_cf2.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/crypto/builtin/t_cf2.c b/src/lib/crypto/builtin/t_cf2.c index 2e171c275..0c968ea84 100644 --- a/src/lib/crypto/builtin/t_cf2.c +++ b/src/lib/crypto/builtin/t_cf2.c @@ -8,7 +8,7 @@ * require a specific license from the United States Government. * It is the responsibility of any person or organization contemplating * export to obtain such a license before exporting. - * + * * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and * distribute this software and its documentation for any purpose and * without fee is hereby granted, provided that the above copyright @@ -22,7 +22,7 @@ * M.I.T. makes no representations about the suitability of * this software for any purpose. It is provided "as is" without express * or implied warranty. - * + * * This file contains tests for theKRB-FX-CF2 code in Kerberos, based *on the PRF regression tests. It reads an input file, and writes an *output file. It is assumed that the output file will be diffed @@ -77,7 +77,7 @@ int main () { krb5_free_keyblock(0,out); out = NULL; - + krb5_free_keyblock(0, k1); k1 = NULL; krb5_free_keyblock(0, k2); |