HP Open Source Security for OpenVMS Volume 3: Kerberos > Chapter 6 KRB5 (Kerberos V5) Application Programming Interface

krb5_free_context — Free a context structure

 » Table of Contents

 » Glossary

 » Index

C Prototype

Void krb5_free_context(
krb5_context context );

Arguments

context (input) 

Context structure to be freed.

Description

This routine frees the context returned by krb5_init_context. Internally calls krb5_os_free_context.

Return Values

None.