We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39cf335 commit f4823d6Copy full SHA for f4823d6
1 file changed
cpp/lib/crypto/openssl/bn.qll
@@ -61,6 +61,7 @@ class BN_rand extends FunctionCall {
61
62
class BIGNUM extends FunctionCall {
63
BIGNUM () {
64
- this.getTarget().getName() in ["BN_new"]
+ this.getTarget() instanceof BN_new or
65
+ this.getTarget() instanceof BN_secure_new
66
}
-}
67
+}
0 commit comments