File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
javascript/ql/lib/semmle/javascript/internal
python/ql/lib/semmle/python/internal
ruby/ql/lib/codeql/ruby/internal Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ module Cryptography {
7272 * This may have no result - for example if the `CryptographicAlgorithm` used
7373 * is a stream cipher rather than a block cipher.
7474 */
75- BlockMode getBlockMode ( ) { none ( ) }
75+ abstract BlockMode getBlockMode ( ) ;
7676 }
7777 }
7878
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ module Cryptography {
7272 * This may have no result - for example if the `CryptographicAlgorithm` used
7373 * is a stream cipher rather than a block cipher.
7474 */
75- BlockMode getBlockMode ( ) { none ( ) }
75+ abstract BlockMode getBlockMode ( ) ;
7676 }
7777 }
7878
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ module Cryptography {
7272 * This may have no result - for example if the `CryptographicAlgorithm` used
7373 * is a stream cipher rather than a block cipher.
7474 */
75- BlockMode getBlockMode ( ) { none ( ) }
75+ abstract BlockMode getBlockMode ( ) ;
7676 }
7777 }
7878
You can’t perform that action at this time.
0 commit comments