Jessie security providers can't be precompiled

Mark Wielaard mark@klomp.org
Wed Nov 30 20:16:00 GMT 2005


Hi,

On Wed, 2005-11-30 at 11:31 +0000, Andrew Haley wrote:
>      try
>        {
> -       md5Digest = MessageDigest.getInstance("MD5");
> +       md5Digest = new gnu.java.security.provider.MD5();
>        }
>      catch (NoSuchAlgorithmException _)
>        {

Looks like the try-catch isn't needed anymore here.

Cheers,

Mark
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20051130/1cb39af0/attachment.sig>


More information about the Java-patches mailing list