git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f11e9f
)
GACLparseEntry() defined in gridsite-gacl.h now, SB #69635.
author
František Dvořák
<valtri@civ.zcu.cz>
Tue, 28 Jun 2011 09:01:13 +0000
(09:01 +0000)
committer
František Dvořák
<valtri@civ.zcu.cz>
Tue, 28 Jun 2011 09:01:13 +0000
(09:01 +0000)
org.glite.lb.server/src/lb_authz.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/src/lb_authz.c
b/org.glite.lb.server/src/lb_authz.c
index
ab20cdb
..
b6130e2
100644
(file)
--- a/
org.glite.lb.server/src/lb_authz.c
+++ b/
org.glite.lb.server/src/lb_authz.c
@@
-30,6
+30,7
@@
limitations under the License.
#include <libxml/parser.h>
#undef WITHOUT_TRIO
+#include <gridsite-gacl.h>
#include "glite/jobid/strmd5.h"
#include "glite/jobid/cjobid.h"
@@
-38,8
+39,9
@@
limitations under the License.
#include "authz_policy.h"
-/* XXX should be defined in gridsite-gacl.h */
+#if GRST_VERSION <= 010713
GRSTgaclEntry *GACLparseEntry(xmlNodePtr cur);
+#endif
extern char *server_key;
extern char *server_cert;