summaryrefslogtreecommitdiff
path: root/rest-extras/flickr-proxy-call.c
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2012-06-17 13:39:32 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2012-06-17 13:43:38 +0200
commit2a8dac4cc7aeca25b182bb9806ddb1881f2f4994 (patch)
tree653189a8b24aa3b4c9b9ed2ff3f77bec8bec432c /rest-extras/flickr-proxy-call.c
parent68d3302c55f38072010b303596775f7a0ee57f12 (diff)
downloadlibrest-2a8dac4cc7aeca25b182bb9806ddb1881f2f4994.tar.gz
Use HMAC glib implementation instead of rolling our own
https://bugzilla.gnome.org/show_bug.cgi?id=658725
Diffstat (limited to 'rest-extras/flickr-proxy-call.c')
-rw-r--r--rest-extras/flickr-proxy-call.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/rest-extras/flickr-proxy-call.c b/rest-extras/flickr-proxy-call.c
index a9bc6f7..51881dd 100644
--- a/rest-extras/flickr-proxy-call.c
+++ b/rest-extras/flickr-proxy-call.c
@@ -26,7 +26,6 @@
#include "flickr-proxy-call.h"
#include "flickr-proxy-private.h"
#include "rest/rest-proxy-call-private.h"
-#include "rest/sha1.h"
G_DEFINE_TYPE (FlickrProxyCall, flickr_proxy_call, REST_TYPE_PROXY_CALL)