Work around Travis "virtual memory exhausted" error
[openssl.git] / crypto / mem_sec.c
index 774b6960576092b93681f7fead89ed40fb569d39..6fc1aca1e01ef9aa2aacf11adfaa66fad36cb1c9 100644 (file)
@@ -425,7 +425,6 @@ static int sh_init(size_t size, int minsize)
             close(fd);
         }
     }
-    OPENSSL_assert(sh.map_result != MAP_FAILED);
     if (sh.map_result == MAP_FAILED)
         goto err;
     sh.arena = (char *)(sh.map_result + pgsize);