summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/krb/prf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/crypto/krb/prf.c')
-rw-r--r--src/lib/crypto/krb/prf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/crypto/krb/prf.c b/src/lib/crypto/krb/prf.c
index 12ec22b65..141390f63 100644
--- a/src/lib/crypto/krb/prf.c
+++ b/src/lib/crypto/krb/prf.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,8 +22,8 @@
* 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 contains the implementation of krb5_c_prf, which will find
*the enctype-specific PRF and then generate pseudo-random data. This