prototype from `krb5_generate_random_block'
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2211 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -121,6 +121,9 @@ krb5_build_authenticator (krb5_context context,
|
||||
Authenticator **auth,
|
||||
krb5_data *result);
|
||||
|
||||
void
|
||||
krb5_generate_random_block(void *buf, size_t len);
|
||||
|
||||
#define ALLOC(N, X) ((X*)malloc((N) * sizeof(X)))
|
||||
#define FREE(X) do{if(X)free(X);}while(0)
|
||||
|
||||
|
Reference in New Issue
Block a user