Commit a1457874 authored by Richard Levitte's avatar Richard Levitte
Browse files

OK, there's at least one application author who has provided dynamic locking

callbacks
parent 18be6c41
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -353,8 +353,8 @@ TODO: bug: pad x with leading zeros if necessary
 Changes between 0.9.6h and 0.9.7  [XX xxx 2002]

  *) The hw_ncipher.c engine requires dynamic locks.  Unfortunately, it
     seems that in spite of existing for more than a year, no application
     author has done anything to provide the necessary callbacks, which
     seems that in spite of existing for more than a year, many application
     author have done nothing to provide the necessary callbacks, which
     means that this particular engine will not work properly anywhere.
     This is a very unfortunate situation which forces us, in the name
     of usability, to give the hw_ncipher.c a static lock, which is part