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

krb5_get_init_creds_opt_init — Initialize options for krb5_get_init_creds* routines

 » Table of Contents

 » Glossary

 » Index

C Prototype

void krb5_get_init_creds_opt_init (
krb5_get_init_creds_opt *opt );

Arguments

opt (input/output)  

A pointer to a structure containing flags and options.

Description

This routine sets the flags field of the krb5_get_init_creds_opt structure to zero.

Return Values

None.