Re: [Perlgssapi-developer] Interesting patch floating around
Brought to you by:
achimgrolms
From: Achim G. <per...@gr...> - 2006-02-10 17:23:08
|
On Friday 10 February 2006 18:07, Merijn Broeren wrote: > Hi there, > > Looking for those missing symbols I found what looks like somebody's > patch through google: > > http://rc.vintela.com/topics/ddns/downloads/GSSAPI-vas.patch > > basically removing the mech stuff and using different constants yes, mostly it makes use of the uppercase constants of GSS_BLA style. Is there any reason not to use this constants instead the older lower case constants in the GSSAPI module? Does that break usage of older GSSAPI versions that do not define that constants? (At a minimum i have to document this in the readme file and make the Makefile.PL warn or complain) Thank you, Achim |