diff options
author | lloyd <[email protected]> | 2012-04-23 13:16:49 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-04-23 13:16:49 +0000 |
commit | cd82d3641c891ef6e446cdfe584dbd936f6a564d (patch) | |
tree | 9a407ca0524ed0f09a511199d42b76edbd34969f /src/engine/core_engine | |
parent | b6bbdd39e713509696eeef8ace9dae1efe979393 (diff) |
Fix various typos, and remove an unused macro in checks/bench.cpp
All reported by Patrick Pelletier.
Diffstat (limited to 'src/engine/core_engine')
-rw-r--r-- | src/engine/core_engine/core_engine.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/core_engine/core_engine.h b/src/engine/core_engine/core_engine.h index 5386991c3..983b75290 100644 --- a/src/engine/core_engine/core_engine.h +++ b/src/engine/core_engine/core_engine.h @@ -44,10 +44,10 @@ class Core_Engine : public Engine StreamCipher* find_stream_cipher(const SCAN_Name&, Algorithm_Factory&) const; - HashFunction* find_hash(const SCAN_Name& reqeust, + HashFunction* find_hash(const SCAN_Name& request, Algorithm_Factory&) const; - MessageAuthenticationCode* find_mac(const SCAN_Name& reqeust, + MessageAuthenticationCode* find_mac(const SCAN_Name& request, Algorithm_Factory&) const; PBKDF* find_pbkdf(const SCAN_Name& algo_spec, |