Exported krb5_data_zero and krb5_data_free
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2560 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -848,6 +848,9 @@ krb5_verify_user(krb5_context context,
|
||||
extern const char krb5_config_file[];
|
||||
extern const char krb5_defkeyname[];
|
||||
|
||||
void krb5_data_zero(krb5_data *);
|
||||
void krb5_data_free(krb5_data *);
|
||||
|
||||
void krb5_free_context(krb5_context context);
|
||||
|
||||
krb5_error_code
|
||||
|
@@ -103,8 +103,6 @@
|
||||
#include <hdb_err.h>
|
||||
#include <error.h>
|
||||
|
||||
void krb5_data_zero(krb5_data *);
|
||||
void krb5_data_free(krb5_data *);
|
||||
krb5_error_code krb5_data_alloc(krb5_data *, int);
|
||||
krb5_error_code krb5_data_realloc(krb5_data *, int);
|
||||
krb5_error_code krb5_data_copy(krb5_data *, void *, size_t);
|
||||
|
Reference in New Issue
Block a user