initialise dc variable to satisfy old compilers.
[oweals/openssl.git] / apps / openssl.c
index fffa05e1c7a1af719461221afed020b307bd8543..39b4f2ce5434bd7ceb09ab64b0d5ec5bf9a60460 100644 (file)
@@ -520,7 +520,7 @@ static void list_type(FUNC_TYPE ft, int one)
 {
     FUNCTION *fp;
     int i = 0;
-    DISPLAY_COLUMNS dc;
+    DISPLAY_COLUMNS dc = {0};
 
     if (!one)
         calculate_columns(&dc);