Add AOL an AOLTW root CAs to bundle.
[openssl.git] / crypto / idea / idea_lcl.h
index 4cf256ae875adf03e71e2f715c666845adc32cce..f3dbfa67e9ed46adac2ecd8825f5e074ecb31b5b 100644 (file)
@@ -56,7 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
-/* The new form of this macro (check if the a*b == 0) was sugested by 
+/* The new form of this macro (check if the a*b == 0) was suggested by 
  * Colin Plumb <colin@nyx10.cs.du.edu> */
 /* Removal of the inner if from from Wei Dai 24/4/96 */
 #define idea_mul(r,a,b,ul) \
@@ -67,7 +67,7 @@ if (ul != 0) \
        r-=((r)>>16); \
        } \
 else \
-       r=(-(int)a-b+1); /* assuming a or b is 0 and in range */ \
+       r=(-(int)a-b+1); /* assuming a or b is 0 and in range */ 
 
 #ifdef undef
 #define idea_mul(r,a,b,ul,sl) \