n_fold -> _krb5_n_fold

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5776 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1999-03-27 16:48:42 +00:00
parent 3650f5cd0d
commit 0eeee9f3fc
2 changed files with 5 additions and 5 deletions

View File

@@ -92,7 +92,7 @@ add1(unsigned char *a, unsigned char *b, size_t len)
}
void
n_fold(const void *str, size_t len, void *key, size_t size)
_krb5_n_fold(const void *str, size_t len, void *key, size_t size)
{
/* if len < size we need at most N * len bytes, ie < 2 * size;
if len > size we need at most 2 * len */