RFC: drop patches/ssl.patch
Omair Majid
omajid at redhat.com
Tue Apr 26 14:31:05 PDT 2011
Hi,
The attached patch drops patches/ssl.patch from icedtea6. ssl.patch
contains no functional changes. From what I can see it casts some classes:
TlsMasterSecretParameterSpec is cast to AlgorithmParameterSpec
TlsRsaPremasterSecretParameterSpec is cast to AlgorithmParameterSpec
The class definitions are:
jdk/src/share/classes/sun/security/internal/spec/TlsMasterSecretParameterSpec.java:
public class TlsMasterSecretParameterSpec implements AlgorithmParameterSpec
jdk/src/share/classes/sun/security/internal/spec/TlsRsaPremasterSecretParameterSpec.java:
public class TlsRsaPremasterSecretParameterSpec implements
AlgorithmParameterSpec
This makes the patch look quite redundant. Should I go ahead and drop
the patch?
Thanks,
Omair
-------------- next part --------------
A non-text attachment was scrubbed...
Name: icedtea6-drop-ssl.patch
Type: text/x-patch
Size: 2582 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20110426/c4b02594/icedtea6-drop-ssl.patch
More information about the distro-pkg-dev
mailing list