Import of old SSLeay release: SSLeay 0.9.0b
[openssl.git] / doc / des.doc
index 1e301581296285aa5a27656f519584afdf411c64..5879d968f3a8b4858d44080fd80a7460966a072e 100644 (file)
@@ -186,7 +186,7 @@ des_key_schedule ks2,
 des_key_schedule ks3, 
 des_cblock *ivec,
 int enc);
-       This function implements inner triple CBC DES encryption with 3
+       This function implements outer triple CBC DES encryption with 3
        keys.  What this means is that each 'DES' operation
        inside the cbc mode is really an C=E(ks3,D(ks2,E(ks1,M))).
        Again, this is cbc mode so an ivec is requires.