mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
dynamic: switch CryptographicOperation::Range#getBlockMode() back to being an abstract predicate
This commit is contained in:
@@ -72,7 +72,7 @@ module Cryptography {
|
||||
* This may have no result - for example if the `CryptographicAlgorithm` used
|
||||
* is a stream cipher rather than a block cipher.
|
||||
*/
|
||||
BlockMode getBlockMode() { none() }
|
||||
abstract BlockMode getBlockMode();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user