summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-09-11 11:35:51 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-09-11 11:35:51 +0200
commit562a21d7ad398b1d640ac01755784b5ef1fe4c36 (patch)
treeabf1f7d469f518a0ebe0ef8986774b0115ccacb1
parent53f6a6a814bd9ff8c7d92ad63d5f5a2bce608b1c (diff)
downloadgnutls-562a21d7ad398b1d640ac01755784b5ef1fe4c36.tar.gz
removed assert.h from files that wasn't used at
-rw-r--r--lib/extras/hex.c1
-rw-r--r--lib/nettle/int/dsa-keygen-fips186.c1
-rw-r--r--lib/nettle/int/dsa-validate.c1
-rw-r--r--tests/pkcs11/pkcs11-import-url-privkey.c1
-rw-r--r--tests/pkcs11/pkcs11-pubkey-import-ecdsa.c1
-rw-r--r--tests/pkcs11/pkcs11-pubkey-import-rsa.c1
6 files changed, 0 insertions, 6 deletions
diff --git a/lib/extras/hex.c b/lib/extras/hex.c
index 55ce6073e8..3a89a014bb 100644
--- a/lib/extras/hex.c
+++ b/lib/extras/hex.c
@@ -1,7 +1,6 @@
/* CC0 license (public domain) - see LICENSE file for details */
#include <config.h>
#include <hex.h>
-#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
diff --git a/lib/nettle/int/dsa-keygen-fips186.c b/lib/nettle/int/dsa-keygen-fips186.c
index 4ccdbd890e..0fc78d9250 100644
--- a/lib/nettle/int/dsa-keygen-fips186.c
+++ b/lib/nettle/int/dsa-keygen-fips186.c
@@ -27,7 +27,6 @@
#include "config.h"
#endif
-#include <assert.h>
#include <stdlib.h>
#include <string.h>
diff --git a/lib/nettle/int/dsa-validate.c b/lib/nettle/int/dsa-validate.c
index b86ef3d9b9..6930705aee 100644
--- a/lib/nettle/int/dsa-validate.c
+++ b/lib/nettle/int/dsa-validate.c
@@ -27,7 +27,6 @@
#include "config.h"
#endif
-#include <assert.h>
#include <stdlib.h>
#include <string.h>
diff --git a/tests/pkcs11/pkcs11-import-url-privkey.c b/tests/pkcs11/pkcs11-import-url-privkey.c
index d7f1e77eae..cb44fb1e53 100644
--- a/tests/pkcs11/pkcs11-import-url-privkey.c
+++ b/tests/pkcs11/pkcs11-import-url-privkey.c
@@ -28,7 +28,6 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
-#include <assert.h>
#include <gnutls/gnutls.h>
#include <gnutls/x509.h>
diff --git a/tests/pkcs11/pkcs11-pubkey-import-ecdsa.c b/tests/pkcs11/pkcs11-pubkey-import-ecdsa.c
index 38465c7885..6ee42e8690 100644
--- a/tests/pkcs11/pkcs11-pubkey-import-ecdsa.c
+++ b/tests/pkcs11/pkcs11-pubkey-import-ecdsa.c
@@ -27,7 +27,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <assert.h>
#include <unistd.h>
#include "softhsm.h"
diff --git a/tests/pkcs11/pkcs11-pubkey-import-rsa.c b/tests/pkcs11/pkcs11-pubkey-import-rsa.c
index ad0596f3f3..f0d64ab2eb 100644
--- a/tests/pkcs11/pkcs11-pubkey-import-rsa.c
+++ b/tests/pkcs11/pkcs11-pubkey-import-rsa.c
@@ -27,7 +27,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <assert.h>
#include <unistd.h>
#define CONFIG_NAME "softhsm-pubkey-import-rsa"