If both a Table of Contents and Search form are not displayed in separate frames along with this one, you may wish to redisplay this book in a frameset, beginning with the first page.
krb5_copy_keyblock_contents -- Copy a keyblock's contents
C Prototype
krb5_error_code krb5_copy_keyblock_contents( krb5_context context, const krb5_keyblock *from, krb5_keyblock *to );
Arguments
Description This routine copies keyblock contents from from to to, including allocated storage. The allocated storage should be freed by using free(to->contents).
from
to
free(to->contents)
Return Values This routine returns the following KRB5 status code: