summaryrefslogtreecommitdiff
path: root/rest-extras
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2012-06-28 12:33:07 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2012-06-28 12:33:07 +0200
commit44a79fd73de5862d2106f5ad9192b566502a7052 (patch)
tree59af7bf3ad61981f73f40ef3e0bd18547aa8bcb8 /rest-extras
parent2a8dac4cc7aeca25b182bb9806ddb1881f2f4994 (diff)
downloadlibrest-44a79fd73de5862d2106f5ad9192b566502a7052.tar.gz
Revert "Use HMAC glib implementation instead of rolling our own"
This reverts commit 2a8dac4cc7aeca25b182bb9806ddb1881f2f4994. Pushed by mistake...
Diffstat (limited to 'rest-extras')
-rw-r--r--rest-extras/flickr-proxy-call.c1
-rw-r--r--rest-extras/lastfm-proxy-call.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/rest-extras/flickr-proxy-call.c b/rest-extras/flickr-proxy-call.c
index 51881dd..a9bc6f7 100644
--- a/rest-extras/flickr-proxy-call.c
+++ b/rest-extras/flickr-proxy-call.c
@@ -26,6 +26,7 @@
#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)
diff --git a/rest-extras/lastfm-proxy-call.c b/rest-extras/lastfm-proxy-call.c
index afc7288..5e04038 100644
--- a/rest-extras/lastfm-proxy-call.c
+++ b/rest-extras/lastfm-proxy-call.c
@@ -27,6 +27,7 @@
#include "lastfm-proxy-call.h"
#include "lastfm-proxy-private.h"
#include "rest/rest-proxy-call-private.h"
+#include "rest/sha1.h"
G_DEFINE_TYPE (LastfmProxyCall, lastfm_proxy_call, REST_TYPE_PROXY_CALL)