Follow on from CVE-2014-3571. This fixes the code that was the original source
[oweals/openssl.git] / apps / openssl.c
index 5372459456a37ea34845c7208bcbd64753d48b2a..7453e6528c9de99900c0ee675d01bead7c824b04 100644 (file)
@@ -238,7 +238,8 @@ int main(int Argc, char *ARGV[])
        long errline;
 
 #if defined( OPENSSL_SYS_VMS) && (__INITIAL_POINTER_SIZE == 64)
-       /* 2011-03-22 SMS.
+       /*- 
+        * 2011-03-22 SMS.
         * If we have 32-bit pointers everywhere, then we're safe, and
         * we bypass this mess, as on non-VMS systems.  (See ARGV,
         * above.)