diff options
| author | Greg Hudson <ghudson@mit.edu> | 2010-10-02 17:21:54 +0000 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2010-10-02 17:21:54 +0000 |
| commit | 23f90e6bf3c7888ffbd59935ced87156d0be5a53 (patch) | |
| tree | fefdfab6da9cc964de26d5915140aefe53103529 /src/include | |
| parent | 1827e342c54b79566e6270f764e14e01990633ab (diff) | |
| download | krb5-23f90e6bf3c7888ffbd59935ced87156d0be5a53.tar.gz krb5-23f90e6bf3c7888ffbd59935ced87156d0be5a53.tar.xz krb5-23f90e6bf3c7888ffbd59935ced87156d0be5a53.zip | |
Merge branches/nss to trunk
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24416 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/k5-int.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h index cf14a62275..67f01925a0 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -823,6 +823,7 @@ krb5_error_code krb5int_c_copy_keyblock_contents(krb5_context context, * Internal - for cleanup. */ extern void krb5int_prng_cleanup(void); +extern void krb5int_crypto_impl_cleanup(void); #ifdef KRB5_OLD_CRYPTO @@ -2654,6 +2655,7 @@ krb5int_c_mandatory_cksumtype(krb5_context, krb5_enctype, krb5_cksumtype *); extern int krb5int_crypto_init (void); extern int krb5int_prng_init(void); +extern int krb5int_crypto_impl_init(void); /* * Referral definitions, debugging hooks, and subfunctions. |
