aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test-aes-key-wrap.c1
-rw-r--r--tests/test-ecdsa.c3
-rw-r--r--tests/test-hash.c1
-rw-r--r--tests/test-pbkdf2.c8
-rw-r--r--tests/test-rsa.c2
5 files changed, 1 insertions, 14 deletions
diff --git a/tests/test-aes-key-wrap.c b/tests/test-aes-key-wrap.c
index f8467ec..b784c54 100644
--- a/tests/test-aes-key-wrap.c
+++ b/tests/test-aes-key-wrap.c
@@ -33,7 +33,6 @@
*/
#include <stdio.h>
-#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include <assert.h>
diff --git a/tests/test-ecdsa.c b/tests/test-ecdsa.c
index 558120b..23d9720 100644
--- a/tests/test-ecdsa.c
+++ b/tests/test-ecdsa.c
@@ -46,10 +46,7 @@
#include <stdio.h>
#include <stdint.h>
-#include <stdlib.h>
#include <string.h>
-#include <assert.h>
-#include <errno.h>
#include <sys/time.h>
diff --git a/tests/test-hash.c b/tests/test-hash.c
index 144b1b9..2a5c18b 100644
--- a/tests/test-hash.c
+++ b/tests/test-hash.c
@@ -33,7 +33,6 @@
*/
#include <stdio.h>
-#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include <assert.h>
diff --git a/tests/test-pbkdf2.c b/tests/test-pbkdf2.c
index 0688226..3668153 100644
--- a/tests/test-pbkdf2.c
+++ b/tests/test-pbkdf2.c
@@ -32,15 +32,9 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include <assert.h>
-#include <string.h>
#include <stdio.h>
-#include <stdlib.h>
#include <stdint.h>
-#include <errno.h>
-#include <fcntl.h>
-#include <unistd.h>
-#include <sys/ioctl.h>
+#include <string.h>
#include <hal.h>
diff --git a/tests/test-rsa.c b/tests/test-rsa.c
index 46afa03..0707127 100644
--- a/tests/test-rsa.c
+++ b/tests/test-rsa.c
@@ -40,9 +40,7 @@
#include <stdio.h>
#include <stdint.h>
-#include <stdlib.h>
#include <string.h>
-#include <assert.h>
#include <errno.h>
#include <sys/time.h>