Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 381279
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +8 lines)
Line  Link Here
0
-- digest-md5/server.c.orig
0
++ digest-md5/server.c
Lines 1-5 Link Here
1
/* server.c --- DIGEST-MD5 mechanism from RFC 2831, server side.
1
/* server.c --- DIGEST-MD5 mechanism from RFC 2831, server side.
2
 * Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010  Simon Josefsson
2
 * Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009  Simon Josefsson
3
 *
3
 *
4
 * This file is part of GNU SASL Library.
4
 * This file is part of GNU SASL Library.
5
 *
5
 *
Lines 321-326 _gsasl_digest_md5_server_step (Gsasl_session * sctx, Link Here
321
      *output_len = strlen (*output);
321
      *output_len = strlen (*output);
322
322
323
      state->step++;
323
      state->step++;
324
      res = GSASL_NEEDS_MORE;
325
      break;
326
327
    case 2:
328
      *output_len = 0;
329
      state->step++;
324
      res = GSASL_OK;
330
      res = GSASL_OK;
325
      break;
331
      break;

Return to bug 381279