]> git.cworth.org Git - fips/commit
glxwraps: Fix fips for programs that call glXGetProcAddress
authorCarl Worth <cworth@cworth.org>
Thu, 27 Jun 2013 21:40:17 +0000 (14:40 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 27 Jun 2013 21:40:17 +0000 (14:40 -0700)
commite3e2309eccbd742a868986e8bef75db48510155d
treefd4fbda60eb937d39e7841c43235dc841afb18ef
parent6b4c98a569784ffe9c0d580daf687cb624708937
glxwraps: Fix fips for programs that call glXGetProcAddress

Previously, fips would work for programs calling glXGetProcAddressARB
but not for programs calling glXGetProcAddress.

Thanks to the recently-added test suite for noticing this bug.
glxwrap.c