~ubuntu-branches/ubuntu/utopic/dropbear/utopic-proposed

« back to all changes in this revision

Viewing changes to libtommath/bn_mp_expt_d.c

  • Committer: Bazaar Package Importer
  • Author(s): Gerrit Pape, Matt Johnston, Gerrit Pape
  • Date: 2008-03-27 20:08:06 UTC
  • mfrom: (1.4.1 upstream) (9 hardy)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20080327200806-c1hhdgt3ht2gk496
Tags: 0.51-1
[ Matt Johnston ]
* New upstream release.
  - Wait until a process exits before the server closes a connection,
    so that an exit code can be sent. This fixes problems with exit
    codes not being returned, which could cause scp to fail (closes:
    #448397, #472483).

[ Gerrit Pape ]
* debian/dropbear.postinst: don't print an error message if the
  update-service program is not installed (thx Matt).

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 * The library is free for all purposes without any express
13
13
 * guarantee it works.
14
14
 *
15
 
 * Tom St Denis, tomstdenis@iahu.ca, http://math.libtomcrypt.org
 
15
 * Tom St Denis, tomstdenis@gmail.com, http://math.libtomcrypt.com
16
16
 */
17
17
 
18
18
/* calculate c = a**b  using a square-multiply algorithm */
51
51
  return MP_OKAY;
52
52
}
53
53
#endif
 
54
 
 
55
/* $Source: /cvs/libtom/libtommath/bn_mp_expt_d.c,v $ */
 
56
/* $Revision: 1.3 $ */
 
57
/* $Date: 2006/03/31 14:18:44 $ */