K 10 svn:author V 4 ache K 8 svn:date V 27 2002-01-24T22:19:21.000000Z K 7 svn:log V 306 Zeroing memset() in opiechallenge() really is not needed because it is the very first thing immediately following opielookup() does being entered, i.e. look at this: int opielookup FUNCTION((opie, principal), struct opie *opie AND char *principal ) { int i; memset(opie, 0, sizeof(struct opie)); ... END