]> granicus.if.org Git - apache/commit
Remove some checking for out-of-mem conditions that cannot be hit
authorStefan Fritsch <sf@apache.org>
Sun, 15 Jul 2012 20:33:16 +0000 (20:33 +0000)
committerStefan Fritsch <sf@apache.org>
Sun, 15 Jul 2012 20:33:16 +0000 (20:33 +0000)
commit9c6e2a2b62b1b1a04adad2529f34a1a8e2ede1d5
treef9759b04b1e11a4c951d8b576e75f456791db6a1
parentb010e7ec9e0f233744846acb6a8629c1299f1870
Remove some checking for out-of-mem conditions that cannot be hit
because apr_pcalloc/apr_pool_create will call abort() anyway.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1361792 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/ssl_util.c