summaryrefslogtreecommitdiff
path: root/lib/gnutls_cipher.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-10-26 14:45:39 +0100
committerSimon Josefsson <simon@josefsson.org>2009-10-26 14:45:39 +0100
commit1b98628dfbecc2b6ad6f4c04181956176506cd1e (patch)
treeff92dfe234c15ce25ffa834530f787b8167554c6 /lib/gnutls_cipher.c
parent05f02b46b6195f35d5bf48f55da7e1a027128906 (diff)
downloadgnutls-1b98628dfbecc2b6ad6f4c04181956176506cd1e.tar.gz
Fix code style so it compiles with gcc 4.4 with warnings.
Diffstat (limited to 'lib/gnutls_cipher.c')
-rw-r--r--lib/gnutls_cipher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_cipher.c b/lib/gnutls_cipher.c
index 5f2ed62060..7519821cf9 100644
--- a/lib/gnutls_cipher.c
+++ b/lib/gnutls_cipher.c
@@ -217,7 +217,7 @@ mac_init (digest_hd_st * td, gnutls_mac_algorithm_t mac, opaque * secret,
return ret;
}
-inline static void
+static void
mac_deinit (digest_hd_st * td, opaque * res, int ver)
{
if (ver == GNUTLS_SSL3)