diff options
author | Rob Austein <sra@hactrn.net> | 2018-05-20 19:15:58 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2018-05-20 19:15:58 -0400 |
commit | 31c072187ecdedc03f04c4c3d2cb389c0c499a07 (patch) | |
tree | 3d4f5da9db980651b0050e540c622c572f45a169 | |
parent | e6bdf57820121b6eac9f35c8ef53a4e7a76205e1 (diff) |
Drop <assert.h> now that everything should be using hal_assert() instead.
-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" |