diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-04-28 14:45:56 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-04-28 14:46:59 +0200 |
commit | 1806b2669c619d2ac1aa1f8508dae7d43c0583e7 (patch) | |
tree | e4174e5a76a94f0b4966e6eb8fc8abd5c16d98b3 | |
parent | e691521822711c1f48f66d7a365bf0da3e0a4b04 (diff) | |
download | gnutls-1806b2669c619d2ac1aa1f8508dae7d43c0583e7.tar.gz |
Include the correct header for the self tests functions
-rw-r--r-- | lib/crypto-selftests-pk.c | 1 | ||||
-rw-r--r-- | lib/crypto-selftests.c | 1 | ||||
-rw-r--r-- | lib/fips.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/lib/crypto-selftests-pk.c b/lib/crypto-selftests-pk.c index 1f29338302..69633098c6 100644 --- a/lib/crypto-selftests-pk.c +++ b/lib/crypto-selftests-pk.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 <gnutls/abstract.h> #include <gnutls_pk.h> 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> diff --git a/lib/fips.c b/lib/fips.c index 71f74926dc..12c1d0dd42 100644 --- a/lib/fips.c +++ b/lib/fips.c @@ -25,6 +25,7 @@ #include <unistd.h> #include <gnutls_errors.h> #include <fips.h> +#include <gnutls/self-test.h> #include <stdio.h> #include <random.h> |