[sr-dev] git:master: modules_k/auth_identity: Updated to compile on Fedora 16

Peter Dunkley peter.dunkley at crocodile-rcs.com
Sun May 6 19:42:05 CEST 2012


Module: sip-router
Branch: master
Commit: a79afc381447eb0fa84f4ff73b4470a1179945bb
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a79afc381447eb0fa84f4ff73b4470a1179945bb

Author: Peter Dunkley <peter.dunkley at crocodile-rcs.com>
Committer: Peter Dunkley <peter.dunkley at crocodile-rcs.com>
Date:   Sun May  6 18:37:01 2012 +0100

modules_k/auth_identity: Updated to compile on Fedora 16

- auth_http.c and auth_identity.c include a header file that does not exist
  in the libcurl 7.21.7 RPMS.  A quick search around online has indicated
  that this include shouldn't have been needed anyway.

---

 modules/auth_identity/auth_http.c     |    1 -
 modules/auth_identity/auth_identity.c |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/modules/auth_identity/auth_http.c b/modules/auth_identity/auth_http.c
index ab42199..990405b 100644
--- a/modules/auth_identity/auth_http.c
+++ b/modules/auth_identity/auth_http.c
@@ -31,7 +31,6 @@
 #include <stdlib.h>
 #include <string.h>
 #include <curl/curl.h>
-#include <curl/types.h>
 #include <curl/easy.h>
 #include <openssl/pem.h>
 #include <openssl/err.h>
diff --git a/modules/auth_identity/auth_identity.c b/modules/auth_identity/auth_identity.c
index d4fb697..71e0ae0 100644
--- a/modules/auth_identity/auth_identity.c
+++ b/modules/auth_identity/auth_identity.c
@@ -47,7 +47,6 @@
 #include <openssl/sha.h>
 
 #include <curl/curl.h>
-#include <curl/types.h>
 #include <curl/easy.h>
 
 #include "../../dprint.h"




More information about the sr-dev mailing list