diff options
-rw-r--r-- | aes_keywrap.c | 1 | ||||
-rw-r--r-- | asn1.c | 1 | ||||
-rw-r--r-- | ecdsa.c | 1 | ||||
-rw-r--r-- | hash.c | 1 | ||||
-rw-r--r-- | ks_attribute.c | 1 | ||||
-rw-r--r-- | ks_token.c | 1 | ||||
-rw-r--r-- | ks_volatile.c | 1 | ||||
-rw-r--r-- | pbkdf2.c | 1 | ||||
-rw-r--r-- | rpc_client.c | 2 | ||||
-rw-r--r-- | rpc_pkcs1.c | 2 | ||||
-rw-r--r-- | rpc_pkey.c | 1 | ||||
-rw-r--r-- | uuid.c | 1 |
12 files changed, 0 insertions, 14 deletions
diff --git a/aes_keywrap.c b/aes_keywrap.c index be082f6..144ad68 100644 --- a/aes_keywrap.c +++ b/aes_keywrap.c @@ -45,7 +45,6 @@ #include <stdint.h> #include <string.h> -#include <assert.h> #include "hal.h" #include "hal_internal.h" @@ -49,7 +49,6 @@ */ #include <stdint.h> -#include <assert.h> #include "hal.h" #include "hal_internal.h" @@ -68,7 +68,6 @@ */ #include <stdint.h> -#include <assert.h> #include "hal.h" #include "hal_internal.h" @@ -34,7 +34,6 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <assert.h> #include <string.h> #include <stdio.h> #include <stdlib.h> diff --git a/ks_attribute.c b/ks_attribute.c index 1eefefb..9e66994 100644 --- a/ks_attribute.c +++ b/ks_attribute.c @@ -33,7 +33,6 @@ */ #include <string.h> -#include <assert.h> #include "hal.h" #include "hal_internal.h" @@ -44,7 +44,6 @@ #include <stddef.h> #include <string.h> -#include <assert.h> #include "hal.h" #include "hal_internal.h" diff --git a/ks_volatile.c b/ks_volatile.c index 2d0abd4..55fd6a5 100644 --- a/ks_volatile.c +++ b/ks_volatile.c @@ -37,7 +37,6 @@ */ #include <string.h> -#include <assert.h> #include "hal.h" #include "hal_internal.h" @@ -34,7 +34,6 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <assert.h> #include <string.h> #include <stdint.h> diff --git a/rpc_client.c b/rpc_client.c index 13ea265..afa05ac 100644 --- a/rpc_client.c +++ b/rpc_client.c @@ -33,8 +33,6 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <assert.h> - #include "hal.h" #include "hal_internal.h" #include "xdr_internal.h" diff --git a/rpc_pkcs1.c b/rpc_pkcs1.c index 96bd296..1cf5cfd 100644 --- a/rpc_pkcs1.c +++ b/rpc_pkcs1.c @@ -32,8 +32,6 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <assert.h> - #include "hal.h" #include "hal_internal.h" @@ -34,7 +34,6 @@ */ #include <string.h> -#include <assert.h> #include "hal.h" #include "hal_internal.h" @@ -33,7 +33,6 @@ */ #include <stdio.h> -#include <assert.h> #include "hal.h" #include "hal_internal.h" |