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

krb5_free_cksumtypes — Free a checksum structure

 » Table of Contents

 » Glossary

 » Index

C Prototype

void krb5_free_cksumtypes (
krb5_context context,
krb5_cksumtype *val );

Arguments

context (input/output) 

The context structure.

val (input/output) 

The checksum type to free.

Description

This routine frees a Kerberos checksum structure val. The contents of the structure should have already been freed.

Return Values

None.