]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/des/ofb64ede.c
Re-align some comments after running the reformat script.
[thirdparty/openssl.git] / crypto / des / ofb64ede.c
index 03399bc297fa7210ed95435676bef9733a49a0f5..45c67505a600f870b0a59de0065316aaa7c9a2bc 100644 (file)
@@ -102,8 +102,8 @@ void DES_ede3_ofb64_encrypt(register const unsigned char *in,
         n = (n + 1) & 0x07;
     }
     if (save) {
-/*-             v0=ti[0];
-                v1=ti[1];*/
+/*-     v0=ti[0];
+        v1=ti[1];*/
         iv = &(*ivec)[0];
         l2c(v0, iv);
         l2c(v1, iv);