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

krb5_verify_init_creds_opt_init — Initialize krb5_verify_init_creds_opt structure

 » Table of Contents

 » Glossary

 » Index

C Prototype

void krb5_verify_init_creds_opt_init (
krb5_verify_init_creds_opt *opt );

Arguments

opt (output) 

A pointer to the options field.

Description

This routine initializes the flags field in the krb5_verify_init_creds_opt structure.

Return Values

None.