Date: Thu, 24 Jan 2002 14:19:21 -0800 (PST) From: "Andrey A. Chernov" <ache@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/opie/libopie challenge.c Message-ID: <200201242219.g0OMJLA86894@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ache        2002/01/24 14:19:21 PST
  Modified files:
    contrib/opie/libopie challenge.c 
  Log:
  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));
  ...
  
  Revision  Changes    Path
  1.2       +8 -5      src/contrib/opie/libopie/challenge.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201242219.g0OMJLA86894>
