From: Simon Josefsson Date: Thu, 27 Oct 2005 14:20:18 +0000 (+0000) Subject: Fix link errors. X-Git-Tag: gnutls_1_2_9~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e8d8fa336e80113692dcacdfedf5b4363934f54;p=thirdparty%2Fgnutls.git Fix link errors. --- diff --git a/gl/gc-gnulib.c b/gl/gc-gnulib.c index c6ec7ddbdd..26b0356685 100644 --- a/gl/gc-gnulib.c +++ b/gl/gc-gnulib.c @@ -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; +}