summaryrefslogtreecommitdiffstats
path: root/engines
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-04-16 17:22:51 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-04-16 17:22:51 +0000
commit9990cb75c1131904b0d6958a83ac12cc84135170 (patch)
tree413f6c1a3dfc2a2dee34dc9047a71fbab981c723 /engines
parenta5cc69c7ae0cf1086968d9d9a49a002a704128de (diff)
PR: 1894
Submitted by: Ger Hobbelt <ger@hobbelt.com> Approved by: steve@openssl.org Fix various typos and stuff.
Diffstat (limited to 'engines')
-rw-r--r--engines/ccgost/gost94_keyx.c2
-rw-r--r--engines/ccgost/gost_sign.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/ccgost/gost94_keyx.c b/engines/ccgost/gost94_keyx.c
index 37c4d656ff..5d04a17821 100644
--- a/engines/ccgost/gost94_keyx.c
+++ b/engines/ccgost/gost94_keyx.c
@@ -25,7 +25,7 @@
/* Computes Diffie-Hellman key and stores it into buffer in
* little-endian byte order as expected by both versions of GOST 94
- * algorigthm
+ * algorithm
*/
static int compute_pair_key_le(unsigned char *pair_key,BIGNUM *pub_key,DH *dh)
{
diff --git a/engines/ccgost/gost_sign.c b/engines/ccgost/gost_sign.c
index 2593ab0d07..4095654358 100644
--- a/engines/ccgost/gost_sign.c
+++ b/engines/ccgost/gost_sign.c
@@ -3,7 +3,7 @@
* Copyright (c) 2005-2006 Cryptocom LTD *
* This file is distributed under the same license as OpenSSL *
* *
- * Implementation of GOST R 34.10-94 signature algoritgthm *
+ * Implementation of GOST R 34.10-94 signature algorithm *
* for OpenSSL *
* Requires OpenSSL 0.9.9 for compilation *
**********************************************************************/