mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8291509: Minor cleanup could be done in sun.security
Reviewed-by: weijun
This commit is contained in:
parent
6beeb8471c
commit
4cec141a90
298 changed files with 2650 additions and 3262 deletions
|
@ -187,7 +187,7 @@ public class IssuingDistributionPointExtension extends Extension
|
|||
}
|
||||
|
||||
DerInputStream in = val.data;
|
||||
while (in != null && in.available() != 0) {
|
||||
while (in.available() != 0) {
|
||||
DerValue opt = in.getDerValue();
|
||||
|
||||
if (opt.isContextSpecific(TAG_DISTRIBUTION_POINT) &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue