aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/crypto_tester.h
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2017-08-07 17:22:01 +0200
committerTobias Brunner <tobias@strongswan.org>2017-08-07 17:22:01 +0200
commitca280574baae12159973785b11b48de4b50ee39f (patch)
treed510362b9bb9fe91f74527c896585c86cae37d1a /src/libstrongswan/crypto/crypto_tester.h
parentc11d13c4b94a2f0533344a200de2bd8d106ecb97 (diff)
downloadstrongswan-ca280574baae12159973785b11b48de4b50ee39f.tar.bz2
strongswan-ca280574baae12159973785b11b48de4b50ee39f.tar.xz
Fixed some typos, courtesy of codespell
Diffstat (limited to 'src/libstrongswan/crypto/crypto_tester.h')
-rw-r--r--src/libstrongswan/crypto/crypto_tester.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/crypto/crypto_tester.h b/src/libstrongswan/crypto/crypto_tester.h
index 34dfa9489..1b02cb469 100644
--- a/src/libstrongswan/crypto/crypto_tester.h
+++ b/src/libstrongswan/crypto/crypto_tester.h
@@ -83,7 +83,7 @@ struct signer_test_vector_t {
size_t len;
/** input data */
u_char *data;
- /** expected output, with ouput size of the tested algorithm */
+ /** expected output, with output size of the tested algorithm */
u_char *mac;
};