use strlwr

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1096 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-12-14 20:54:52 +00:00
parent 25bfafc308
commit 6ca646d91a
3 changed files with 2 additions and 11 deletions

View File

@@ -51,15 +51,6 @@ usage (void)
exit (1);
}
static void
strlwr (char *s)
{
while(*s) {
*s = tolower(*s);
s++;
}
}
static int
renew (int argc, char **argv, OtpAlgorithm *alg)
{