git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16586 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-01-18 13:48:40 +00:00
parent 416e8eb727
commit d8e19f9232

View File

@@ -1,3 +1,13 @@
2006-01-18 Love H<>rnquist <20>strand <lha@it.su.se>
* dh.h: Add DH_check_pubkey and defines it uses.
* dh.c (DH_check_pubkey): New function.
* bn.c: Remove unused fragment.
* test_bn.c: Compare numbers with BN_cmp().
2006-01-17 David Love <fx@gnu.org>
* bn.c: Include <limits.h>.