Here are some changes I had to make to compile with jikes.

Changes to jessie-1.0.1:

    * In org.metastatic.jessie.provider.SynchronizedRandom changed "private
      final IRandom random;" to "private IRandom random;" since the
      constructor assigns to "this.random".
    * In gnu.crypto.prng.IRandom changed "Object clone();" to "public Object
      clone() throws CloneNotSupportedException;".
    * In org.metastatic.jessie.provider.SSLSocket changed "import
      gnu.crypto.auth.callback.DefaultCallbackHandler;" to "import
      org.metastatic.callbacks.DefaultCallbackHandler;"

Changes to gnu-crypto-2.0.1:

    * In gnu.crypto.mac.TMMH16 added catch for CloneNotSupportedException. We
      probably want to do more than ignore the exception here.
    * In gnu.testlet.gnu.crypto.jce.TestOfMac added catch for
      CloneNotSupportedException

Doug

____________________________________________________________________________
Tiger Envelopes warning: Sent this message without an envelope. Anyone could 
have read it.
Stop snoops reading your email. For free. Forever. http://TigerPrivacy.com


_______________________________________________
gnu-crypto-discuss mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnu-crypto-discuss

Reply via email to