crypt32: Avoid relying on PATH_MAX in import_certs_from_dir helper.
commit6f2513d39a2247af5acb0144094c387323cfb38c
authorAndrew Nguyen <anguyen@codeweavers.com>
Fri, 8 Oct 2010 01:56:40 +0000 (7 20:56 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 8 Oct 2010 09:56:45 +0000 (8 11:56 +0200)
treec82ce318ba120d76348aa55e1a904b3d35c52ee6
parent1a7c76c7b0995f860182d4389034c04282c7d575
crypt32: Avoid relying on PATH_MAX in import_certs_from_dir helper.

PATH_MAX is not guaranteed to be available on all platforms, and it is
inadequate as a hardcoded buffer size anyway.
dlls/crypt32/rootstore.c