Updates from 1.0.0-stable branch.
[openssl.git] / engines / ccgost / gost94_keyx.c
index 37c4d656fff92f7ce9c8e7ea982c5c50f48a1b25..5d04a17821aae549d8e9272fef01ce569f14182d 100644 (file)
@@ -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) 
        {