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