gssapi: rename our files to avoid conflicts
gssapi.h is used as a header name by Heimdal-style GSSAPI so it would conflict with a private header using that name, and while renaming the header I figured we should name the .c file accordingly as well. Bug: http://curl.haxx.se/mail/lib-2011-07/0071.html Reported by: Ben Greear
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
|
||||
#include "gssapi.h"
|
||||
#include "curl_gssapi.h"
|
||||
#include "urldata.h"
|
||||
#include "sendf.h"
|
||||
#include "connect.h"
|
||||
|
Reference in New Issue
Block a user