X509_verify_cert() cleanup
[openssl.git] / include / openssl / x509_vfy.h
index f949bd939977cf21027c23e1669ddecccd81a0c1..b78b59c8f5a25903481cf4dc5b1e58264706775a 100644 (file)
@@ -240,8 +240,8 @@ struct x509_store_ctx_st {      /* X509_STORE_CTX */
     /* The following is built up */
     /* if 0, rebuild chain */
     int valid;
-    /* index of last untrusted cert */
-    int last_untrusted;
+    /* number of untrusted certs */
+    int num_untrusted;
     /* chain of X509s - built up and trusted */
     STACK_OF(X509) *chain;
     /* Valid policy tree */