From 562a21d7ad398b1d640ac01755784b5ef1fe4c36 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sun, 11 Sep 2016 11:35:51 +0200 Subject: removed assert.h from files that wasn't used at --- tests/pkcs11/pkcs11-import-url-privkey.c | 1 - tests/pkcs11/pkcs11-pubkey-import-ecdsa.c | 1 - tests/pkcs11/pkcs11-pubkey-import-rsa.c | 1 - 3 files changed, 3 deletions(-) (limited to 'tests/pkcs11') 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 #include #include -#include #include #include 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 #include #include -#include #include #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 #include #include -#include #include #define CONFIG_NAME "softhsm-pubkey-import-rsa" -- cgit v1.2.1