opengl32: Download OpenGL registry files even if server certificate can't be verified.

This commit is contained in:
Ken Thomases 2014-01-15 13:46:52 -06:00 committed by Alexandre Julliard
parent 46c7acadd7
commit fbf2e243fe
1 changed files with 2 additions and 2 deletions

View File

@ -389,8 +389,8 @@ if ($version eq "1.0") {
#
# Fetch the registry files
#
-f "gl.xml" || system "wget https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/api/gl.xml" || die "cannot download gl.xml";
-f "wgl.xml" || system "wget https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/api/wgl.xml" || die "cannot download wgl.xml";
-f "gl.xml" || system "wget --no-check-certificate https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/api/gl.xml" || die "cannot download gl.xml";
-f "wgl.xml" || system "wget --no-check-certificate https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/api/wgl.xml" || die "cannot download wgl.xml";
#