Remove DSA negative integer workaround code.
[openssl.git] / crypto / LPdir_vms.c
index 1e8f9e7d61117614125dc240f3732d450b111cb1..362918dae3797125fa4fa25f64c9ae7c51f4c125 100644 (file)
@@ -109,7 +109,7 @@ const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory)
             errno = ENOMEM;
             return 0;
         }
-        memset(*ctx, '\0', sizeof(**ctx));
+        memset(*ctx, 0, sizeof(**ctx));
 
         strcpy((*ctx)->filespec, directory);
         strcat((*ctx)->filespec, "*.*;");