Browse Source

Dropping assert() in wiener.c

checks will be performed in RSA_recover().
Michele Orrù 10 years ago
parent
commit
875c4d5560
1 changed files with 0 additions and 1 deletions
  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;
   }