summaryrefslogtreecommitdiff
path: root/lib/x509/pbkdf2-sha1.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-08-28 15:57:01 +0200
committerSimon Josefsson <simon@josefsson.org>2008-08-28 15:57:01 +0200
commitb0988e248d27cd0efc3ae1ca843831b9932f3522 (patch)
treec9aee27e3b7875e99e9df2909668c2a7226d98ca /lib/x509/pbkdf2-sha1.c
parent70438d7ba399c921aff5073645b209a42f652c66 (diff)
downloadgnutls-b0988e248d27cd0efc3ae1ca843831b9932f3522.tar.gz
Fix warnings.
Diffstat (limited to 'lib/x509/pbkdf2-sha1.c')
-rw-r--r--lib/x509/pbkdf2-sha1.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/x509/pbkdf2-sha1.c b/lib/x509/pbkdf2-sha1.c
index 37f2bbb993..f63a23fdc5 100644
--- a/lib/x509/pbkdf2-sha1.c
+++ b/lib/x509/pbkdf2-sha1.c
@@ -1,5 +1,5 @@
/* gc-pbkdf2-sha1.c --- Password-Based Key Derivation Function a'la PKCS#5
- Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2003, 2004, 2005, 2006, 2008 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
@@ -22,6 +22,7 @@
#include <gnutls_datum.h>
#include <gnutls_errors.h>
#include <gnutls_hash_int.h>
+#include <pbkdf2-sha1.h>
/*
* 5.2 PBKDF2