summaryrefslogtreecommitdiff
path: root/tests/pkcs11
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 /tests/pkcs11
parent53f6a6a814bd9ff8c7d92ad63d5f5a2bce608b1c (diff)
downloadgnutls-562a21d7ad398b1d640ac01755784b5ef1fe4c36.tar.gz
removed assert.h from files that wasn't used at
Diffstat (limited to 'tests/pkcs11')
-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
3 files changed, 0 insertions, 3 deletions
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"