mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-18 10:20:35 +03:00
Cleanup on Action class
This commit is contained in:
@@ -34,8 +34,8 @@ class Sha1 : public Transformation {
|
||||
: Transformation(action) { };
|
||||
|
||||
void execute(Transaction *t,
|
||||
ModSecStackString &in,
|
||||
ModSecStackString &out) override;
|
||||
ModSecString &in,
|
||||
ModSecString &out) override;
|
||||
};
|
||||
|
||||
} // namespace transformations
|
||||
|
||||
Reference in New Issue
Block a user