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 58a0a61 commit e4dce73Copy full SHA for e4dce73
cpp/ql/lib/experimental/quantum/OpenSSL/Operations/OpenSSLOperationBase.qll
@@ -116,9 +116,7 @@ abstract class EVPOperation extends OpenSSLOperation {
116
/**
117
* Overwrite with an explicitly specified algorithm or leave base implementation to find it in the initialization call.
118
*/
119
- override Expr getAlgorithmArg() {
120
- if exists(this.getInitCall()) then result = this.getInitCall().getAlgorithmArg() else none()
121
- }
+ override Expr getAlgorithmArg() { result = this.getInitCall().getAlgorithmArg() }
122
123
124
* Finds the initialization call, may be none.
0 commit comments