Selaa lähdekoodia

oops, revert verify.c change

Dr. Stephen Henson 14 vuotta sitten
vanhempi
commit
40c5eaeeec
1 muutettua tiedostoa jossa 0 lisäystä ja 3 poistoa
  1. 0 3
      apps/verify.c

+ 0 - 3
apps/verify.c

@@ -350,9 +350,6 @@ static int MS_CALLBACK cb(int ok, X509_STORE_CTX *ctx)
 			case X509_V_ERR_UNHANDLED_CRITICAL_EXTENSION:
 			ok = 1;
 
-			case X509_V_ERR_KEYUSAGE_NO_CERTSIGN:
-			ok = 1;
-
 			}
 
 		return ok;