diff options
author | Alessandro Ghedini <alessandro@ghedini.me> | 2015-10-08 14:40:42 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2015-10-23 19:52:08 +0200 |
commit | d900a015b5a89ea2018e6122dd2738925e4d68ab (patch) | |
tree | 5702ebcf150d8706b6070964adce3377ecb8840f /demos | |
parent | Set salt length after the malloc has succeeded (diff) | |
download | openssl-d900a015b5a89ea2018e6122dd2738925e4d68ab.tar.xz openssl-d900a015b5a89ea2018e6122dd2738925e4d68ab.zip |
Fix typos
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'demos')
-rw-r--r-- | demos/engines/zencod/hw_zencod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/engines/zencod/hw_zencod.c b/demos/engines/zencod/hw_zencod.c index f13cf37522..5f5098083c 100644 --- a/demos/engines/zencod/hw_zencod.c +++ b/demos/engines/zencod/hw_zencod.c @@ -592,7 +592,7 @@ static int zencod_init(ENGINE *e) ptr_zencod_rc4_cipher = ptr_rc4_1; /* - * We should peform a test to see if there is actually any unit runnig on + * We should perform a test to see if there is actually any unit runnig on * the system ... Even if the cryptozen library is loaded the module coul * not be loaded on the system ... For now we may just open and close the * device !! |