git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18159 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-09-22 15:49:20 +00:00
parent c7577f523b
commit e44de8b05e

View File

@@ -1,3 +1,15 @@
2006-09-22 Love H<>rnquist <20>strand <lha@it.su.se>
* ui.c (read_string): Try to not call signaction for signal 0 and
use NSIG if it exists to determin how many signals there exists,
also, only restore those signalhandlers that we got out.
Bug reported by and patch tested by Harald Barth.
2006-09-15 Love H<>rnquist <20>strand <lha@it.su.se>
* rsa-imath.c: Add commeted out test that exponent is > 3
2006-05-13 Love H<>rnquist <20>strand <lha@it.su.se>
* bn.c (BN_rand): avoid shadowing.