~ubuntu-branches/ubuntu/vivid/dropbear/vivid

« back to all changes in this revision

Viewing changes to svr-algo.c

  • Committer: Package Import Robot
  • Author(s): Gerrit Pape
  • Date: 2011-11-16 12:36:03 UTC
  • mfrom: (1.4.4)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: package-import@ubuntu.com-20111116123603-qkpk0p5e3gegporw
ImportĀ upstreamĀ versionĀ 2011.54

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
                        remotealgos[count] = &algolist[i+1];
69
69
                        count++;
70
70
                }
71
 
                if (count == MAX_PROPOSED_ALGO) {
 
71
                if (count >= MAX_PROPOSED_ALGO) {
72
72
                        break;
73
73
                }
74
74
        }