Procházet zdrojové kódy

Dropping assert() in wiener.c

checks will be performed in RSA_recover().
Michele Orrù před 11 roky
rodič
revize
875c4d5560
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      src/questions/wiener.c

+ 0 - 1
src/questions/wiener.c

@@ -214,7 +214,6 @@ wiener_question_ask_rsa(const RSA *rsa)
     /* key found :) */
     BN_add(tmp, b2, tmp);
     ret = qa_RSA_recover(rsa, tmp, ctx);
-    assert(ret);
     break;
   }