diff options
author | Tobias Brunner <tobias@strongswan.org> | 2016-06-29 16:14:17 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2016-07-04 12:18:51 +0200 |
commit | 1fafc56b95ede8fa1abb3f798a24679e0c4dcb7d (patch) | |
tree | 1f6a9e7e1297da5a81eec60c702bec60db5eca22 /src/libstrongswan/plugins/openssl | |
parent | 5e5dee36b60d552320f7d1bd8f5ca9845f74897d (diff) | |
download | strongswan-1fafc56b95ede8fa1abb3f798a24679e0c4dcb7d.tar.bz2 strongswan-1fafc56b95ede8fa1abb3f798a24679e0c4dcb7d.tar.xz |
Fixed some typos, courtesy of codespell
Diffstat (limited to 'src/libstrongswan/plugins/openssl')
-rw-r--r-- | src/libstrongswan/plugins/openssl/openssl_pkcs7.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/plugins/openssl/openssl_pkcs7.c b/src/libstrongswan/plugins/openssl/openssl_pkcs7.c index f10987c8d..5752d96de 100644 --- a/src/libstrongswan/plugins/openssl/openssl_pkcs7.c +++ b/src/libstrongswan/plugins/openssl/openssl_pkcs7.c @@ -507,7 +507,7 @@ static bool decrypt_symmetric(private_openssl_pkcs7_t *this, chunk_t key, chunk_t iv; size_t key_size; - /* read encryption algorithm from interal structures; TODO fixup */ + /* read encryption algorithm from internal structures; TODO fixup */ alg = this->cms->envelopedData->encryptedContentInfo-> contentEncryptionAlgorithm; encr = encryption_algorithm_from_oid(openssl_asn1_known_oid(alg->algorithm), |