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 --- lib/extras/hex.c | 1 - lib/nettle/int/dsa-keygen-fips186.c | 1 - lib/nettle/int/dsa-validate.c | 1 - tests/pkcs11/pkcs11-import-url-privkey.c | 1 - tests/pkcs11/pkcs11-pubkey-import-ecdsa.c | 1 - tests/pkcs11/pkcs11-pubkey-import-rsa.c | 1 - 6 files changed, 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 #include -#include #include #include 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 #include #include 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 #include #include 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