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

krb5_free_creds — Free credentials

 » Table of Contents

 » Glossary

 » Index

C Prototype

void krb5_free_creds(
krb5_context context,
krb5_creds *val );

Arguments

context (input/output) 

The context structure.

val (input/output) 

A pointer to the data structure to be freed.

Description

This routine calls krb5_free_cred_contents with val as the argument. val is freed as well.

Return Values

This routine returns the following KRB5 status code:

None.