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:
Assar Westerlund
1997-07-12 20:50:59 +00:00
parent 178fdcf35a
commit cc4932ec64

View File

@@ -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)