diff options
author | Tobias Brunner <tobias@strongswan.org> | 2008-04-28 14:32:18 +0000 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2008-04-28 14:32:18 +0000 |
commit | b61aa33599645e74a43e8f1b48b1d0ddb214d70c (patch) | |
tree | 0bd692015bb0c698dc71d55ea8faf4785e2d98df /src | |
parent | 17353034f35cbb06e315d02b57a9b7319909b6ea (diff) | |
download | strongswan-b61aa33599645e74a43e8f1b48b1d0ddb214d70c.tar.bz2 strongswan-b61aa33599645e74a43e8f1b48b1d0ddb214d70c.tar.xz |
typos
Diffstat (limited to 'src')
-rw-r--r-- | src/libstrongswan/plugins/openssl/openssl_crypter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstrongswan/plugins/openssl/openssl_crypter.h b/src/libstrongswan/plugins/openssl/openssl_crypter.h index fae013670..3906c4f44 100644 --- a/src/libstrongswan/plugins/openssl/openssl_crypter.h +++ b/src/libstrongswan/plugins/openssl/openssl_crypter.h @@ -26,7 +26,7 @@ typedef struct openssl_crypter_t openssl_crypter_t; #include <crypto/crypters/crypter.h> /** - * Implementation of AES using OpenSSL. + * Implementation of crypters using OpenSSL. */ struct openssl_crypter_t { @@ -39,7 +39,7 @@ struct openssl_crypter_t { /** * Constructor to create openssl_crypter_t. * - * @param algo algorithm to implement, must be ENCR_AES_CBC + * @param algo algorithm to implement * @param key_size key size in bytes * @return openssl_crypter_t, NULL if not supported */ |