Add ASYNC_block_pause and ASYNC_unblock_pause
[oweals/openssl.git] / crypto / lhash / lh_test.c
index d9db83f7aeadbf003e0c9b5c96ac6c059a7f1f12..52010d9131c1e2d789a9e331a609dcdbfcd6a526 100644 (file)
@@ -77,6 +77,8 @@ main()
             break;
         i = strlen(buf);
         p = OPENSSL_malloc(i + 1);
+        if (p == NULL)
+            abort();
         memcpy(p, buf, i + 1);
         lh_insert(conf, p);
     }