Fix version stuff:
[openssl.git] / crypto / des / ofb64ede.c
index 6a6b95c769472d1d26a2e5fc66bb7251866fdf94..4b1b0199f12ca764cdf44465900868dbfb0f1b4b 100644 (file)
@@ -1,5 +1,5 @@
 /* crypto/des/ofb64ede.c */
-/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
  * This package is an SSL implementation written
@@ -91,8 +91,8 @@ int *num;
                {
                if (n == 0)
                        {
-                       ti[0]=v0;
-                       ti[1]=v1;
+                       /* ti[0]=v0; */
+                       /* ti[1]=v1; */
                        des_encrypt3((DES_LONG *)ti,k1,k2,k3);
                        v0=ti[0];
                        v1=ti[1];