diff options
author | lloyd <[email protected]> | 2008-11-11 20:37:55 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-11 20:37:55 +0000 |
commit | 4a3c0dbd1ce70f571e8b7354e85cd7c06c2100e0 (patch) | |
tree | a23455841c5031fbaa30144d9571b78ea2c7b06f /src/algo_factory/algo_factory.cpp | |
parent | 7ffcb0d29c9b99e46498d0a8a2e4cf5e100a9d21 (diff) |
Wrap at 80 columns
Diffstat (limited to 'src/algo_factory/algo_factory.cpp')
-rw-r--r-- | src/algo_factory/algo_factory.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/algo_factory/algo_factory.cpp b/src/algo_factory/algo_factory.cpp index cc2601496..e69b85b15 100644 --- a/src/algo_factory/algo_factory.cpp +++ b/src/algo_factory/algo_factory.cpp @@ -212,7 +212,8 @@ Algorithm_Factory::prototype_mac(const SCAN_Name& request) SCAN_Name request_i(request.as_string(), provider); - if(MessageAuthenticationCode* impl = engines[i]->find_mac(request_i, *this)) + if(MessageAuthenticationCode* impl = + engines[i]->find_mac(request_i, *this)) mac_cache.add(impl, request.as_string(), provider); } |