We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90e480b commit 6c9c969Copy full SHA for 6c9c969
cpp/ql/lib/experimental/quantum/OpenSSL/Operations/OpenSSLOperationBase.qll
@@ -287,11 +287,3 @@ abstract class EVPFinal extends EvpOperation {
287
*/
288
override Expr getOutputArg() { result = this.getUpdateCalls().getOutputArg() }
289
}
290
-// Expr getAlgorithmArgFromContext(Expr contextArg) {
291
-// exists(EVPPKeyAlgorithmConsumer source |
292
-// result = source.getValueArgExpr() and
293
-// ctxFlowsToCtxArg(source.getResultNode().asExpr(), ctx)
294
-// )
295
-// or
296
-// result = getAlgorithmFromKey(getKeyFromCtx(ctx))
297
-// }
0 commit comments