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 {
72
72
* This may have no result - for example if the `CryptographicAlgorithm` used
73
73
* is a stream cipher rather than a block cipher.
74
74
*/
75
- BlockMode getBlockMode ( ) { none ( ) }
75
+ abstract BlockMode getBlockMode ( ) ;
76
76
}
77
77
}
78
78
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ module Cryptography {
72
72
* This may have no result - for example if the `CryptographicAlgorithm` used
73
73
* is a stream cipher rather than a block cipher.
74
74
*/
75
- BlockMode getBlockMode ( ) { none ( ) }
75
+ abstract BlockMode getBlockMode ( ) ;
76
76
}
77
77
}
78
78
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ module Cryptography {
72
72
* This may have no result - for example if the `CryptographicAlgorithm` used
73
73
* is a stream cipher rather than a block cipher.
74
74
*/
75
- BlockMode getBlockMode ( ) { none ( ) }
75
+ abstract BlockMode getBlockMode ( ) ;
76
76
}
77
77
}
78
78
You can’t perform that action at this time.
0 commit comments