aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/openssl/ossl_arc4.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2012-04-23 13:16:49 +0000
committerlloyd <[email protected]>2012-04-23 13:16:49 +0000
commitcd82d3641c891ef6e446cdfe584dbd936f6a564d (patch)
tree9a407ca0524ed0f09a511199d42b76edbd34969f /src/engine/openssl/ossl_arc4.cpp
parentb6bbdd39e713509696eeef8ace9dae1efe979393 (diff)
Fix various typos, and remove an unused macro in checks/bench.cpp
All reported by Patrick Pelletier.
Diffstat (limited to 'src/engine/openssl/ossl_arc4.cpp')
-rw-r--r--src/engine/openssl/ossl_arc4.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/openssl/ossl_arc4.cpp b/src/engine/openssl/ossl_arc4.cpp
index 0b1f7f1f3..0c524003d 100644
--- a/src/engine/openssl/ossl_arc4.cpp
+++ b/src/engine/openssl/ossl_arc4.cpp
@@ -71,7 +71,7 @@ void ARC4_OpenSSL::cipher(const byte in[], byte out[], size_t length)
}
/**
-* Look for an OpenSSL-suported stream cipher (ARC4)
+* Look for an OpenSSL-supported stream cipher (ARC4)
*/
StreamCipher*
OpenSSL_Engine::find_stream_cipher(const SCAN_Name& request,