]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fix link errors.
authorSimon Josefsson <simon@josefsson.org>
Thu, 27 Oct 2005 14:20:18 +0000 (14:20 +0000)
committerSimon Josefsson <simon@josefsson.org>
Thu, 27 Oct 2005 14:20:18 +0000 (14:20 +0000)
gl/gc-gnulib.c

index c6ec7ddbdd86d54897e4d63b94b65d3ff2ada36e..26b0356685a4ba1dcaa4de9fc179f08ba1828bcd 100644 (file)
@@ -846,3 +846,9 @@ gc_hmac_sha1 (const void *key, size_t keylen,
   return GC_OK;
 }
 #endif
+
+void
+gc_hash_hmac_setkey (gc_hash_handle handle, size_t len, const char *key)
+{
+  return GC_INVALID_HASH;
+}