summaryrefslogtreecommitdiff
path: root/rest/sha1.h
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/sha1.h
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/sha1.h')
-rw-r--r--rest/sha1.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/rest/sha1.h b/rest/sha1.h
deleted file mode 100644
index 3538e21..0000000
--- a/rest/sha1.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * librest - RESTful web services access
- * Copyright (c) 2008, 2009, Intel Corporation.
- *
- * Authors: Ross Burton <ross@linux.intel.com>
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms and conditions of the GNU Lesser General Public License,
- * version 2.1, as published by the Free Software Foundation.
- *
- * This program is distributed in the hope it will be useful, but WITHOUT ANY
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
- * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
- * more details.
- *
- * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
- *
- */
-
-char * hmac_sha1 (const char *key, const char *message);