diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/ChangeLog | 4 | ||||
| -rw-r--r-- | src/include/k5-int.h | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog index 25f8eb8c7..6b87eda61 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,7 @@ +2004-04-02 Ken Raeburn <raeburn@mit.edu> + + * k5-int.h (krb5int_prng_cleanup): Declare. + 2004-03-25 Sam Hartman <hartmans@mit.edu> * configure.in: Check for mkstemp diff --git a/src/include/k5-int.h b/src/include/k5-int.h index da3959032..d4e0f85b5 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -718,6 +718,11 @@ krb5_error_code krb5int_c_combine_keys (krb5_context context, krb5_keyblock *key1, krb5_keyblock *key2, krb5_keyblock *outkey); +/* + * Internal - for cleanup. + */ +extern void krb5int_prng_cleanup (void); + /* * These declarations are here, so both krb5 and k5crypto |
