summaryrefslogtreecommitdiff
path: root/lib/crypto-selftests.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-04-28 14:45:56 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-04-28 14:46:59 +0200
commit1806b2669c619d2ac1aa1f8508dae7d43c0583e7 (patch)
treee4174e5a76a94f0b4966e6eb8fc8abd5c16d98b3 /lib/crypto-selftests.c
parente691521822711c1f48f66d7a365bf0da3e0a4b04 (diff)
downloadgnutls-1806b2669c619d2ac1aa1f8508dae7d43c0583e7.tar.gz
Include the correct header for the self tests functions
Diffstat (limited to 'lib/crypto-selftests.c')
-rw-r--r--lib/crypto-selftests.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/crypto-selftests.c b/lib/crypto-selftests.c
index ddf15a4554..449747f066 100644
--- a/lib/crypto-selftests.c
+++ b/lib/crypto-selftests.c
@@ -25,6 +25,7 @@
#include <gnutls_cipher_int.h>
#include <gnutls_datum.h>
#include <gnutls/crypto.h>
+#include <gnutls/self-test.h>
#include <gnutls_errors.h>
#include <random.h>
#include <crypto.h>