(krb5_mk_priv): bump static limit to 10240. This should be fixed the

correct way.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4463 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1998-02-27 03:57:50 +00:00
parent 69df97f51a
commit a6b5f7f85f

View File

@@ -50,7 +50,7 @@ krb5_mk_priv(krb5_context context,
krb5_error_code r;
KRB_PRIV s;
EncKrbPrivPart part;
u_char buf[1024];
u_char buf[10240];
size_t len;
unsigned tmp_seq;
krb5_keyblock *key;