Drop incorrect id == -1 case from X509_check_trust
[openssl.git] / crypto / x509 / x509_trs.c
index 27ee47590dab89d09091b65e7b82d22752f13b75..8f2ff8321ed2c0e80c3fa2db7349030ae1a27fd6 100644 (file)
@@ -116,8 +116,7 @@ int X509_check_trust(X509 *x, int id, int flags)
 {
     X509_TRUST *pt;
     int idx;
-    if (id == -1)
-        return 1;
+
     /* We get this as a default value */
     if (id == 0) {
         int rv;