jdk/src/share/classes/sun/security/provider/certpath/ReverseState.java
changeset 11902 a94ba35d9c4a
parent 10419 12c063b39232
parent 11900 9b1d5bef8038
child 12861 7aa4d0b3a8c7
--- a/jdk/src/share/classes/sun/security/provider/certpath/ReverseState.java	Thu Feb 16 13:01:36 2012 -0800
+++ b/jdk/src/share/classes/sun/security/provider/certpath/ReverseState.java	Mon Feb 20 11:31:53 2012 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -99,6 +99,9 @@
     /* the algorithm checker */
     AlgorithmChecker algorithmChecker;
 
+    /* the untrusted certificates checker */
+    UntrustedChecker untrustedChecker;
+
     /* the trust anchor used to validate the path */
     TrustAnchor trustAnchor;