summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2015-02-10 09:50:13 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2015-02-10 09:50:13 +0000
commitca2f4b2b936c0af53b8d5bc5fb98b66b6755cc7e (patch)
tree3d67d1a49956183a30fb206ed1db144f536cfbc5
parent2a433f86abe5cca232890ffb150e501cfdeb3d4c (diff)
Remove unnecessary include of assert.h
-rw-r--r--lib/libcrypto/bn/bn_ctx.c3
-rw-r--r--lib/libcrypto/bn/bn_gf2m.c3
-rw-r--r--lib/libcrypto/conf/conf_api.c3
-rw-r--r--lib/libcrypto/evp/e_aes.c3
-rw-r--r--lib/libcrypto/evp/e_camellia.c3
5 files changed, 5 insertions, 10 deletions
diff --git a/lib/libcrypto/bn/bn_ctx.c b/lib/libcrypto/bn/bn_ctx.c
index 0bd523c2d45..eb2d6a43b38 100644
--- a/lib/libcrypto/bn/bn_ctx.c
+++ b/lib/libcrypto/bn/bn_ctx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bn_ctx.c,v 1.13 2014/07/11 08:44:47 jsing Exp $ */
+/* $OpenBSD: bn_ctx.c,v 1.14 2015/02/10 09:50:12 miod Exp $ */
/* Written by Ulf Moeller for the OpenSSL project. */
/* ====================================================================
* Copyright (c) 1998-2004 The OpenSSL Project. All rights reserved.
@@ -60,7 +60,6 @@
#endif
#endif
-#include <assert.h>
#include <stdio.h>
#include <string.h>
diff --git a/lib/libcrypto/bn/bn_gf2m.c b/lib/libcrypto/bn/bn_gf2m.c
index 4544369248d..e84729bdadd 100644
--- a/lib/libcrypto/bn/bn_gf2m.c
+++ b/lib/libcrypto/bn/bn_gf2m.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bn_gf2m.c,v 1.17 2015/02/09 15:49:22 jsing Exp $ */
+/* $OpenBSD: bn_gf2m.c,v 1.18 2015/02/10 09:50:12 miod Exp $ */
/* ====================================================================
* Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
*
@@ -88,7 +88,6 @@
*
*/
-#include <assert.h>
#include <limits.h>
#include <stdio.h>
diff --git a/lib/libcrypto/conf/conf_api.c b/lib/libcrypto/conf/conf_api.c
index 56a4f249ad8..2f68de8e3fd 100644
--- a/lib/libcrypto/conf/conf_api.c
+++ b/lib/libcrypto/conf/conf_api.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf_api.c,v 1.12 2015/02/07 13:19:15 doug Exp $ */
+/* $OpenBSD: conf_api.c,v 1.13 2015/02/10 09:50:12 miod Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -63,7 +63,6 @@
# define NDEBUG
#endif
-#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
diff --git a/lib/libcrypto/evp/e_aes.c b/lib/libcrypto/evp/e_aes.c
index bb3b420a3b8..85591cfcb72 100644
--- a/lib/libcrypto/evp/e_aes.c
+++ b/lib/libcrypto/evp/e_aes.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: e_aes.c,v 1.26 2014/10/22 13:02:04 jsing Exp $ */
+/* $OpenBSD: e_aes.c,v 1.27 2015/02/10 09:50:12 miod Exp $ */
/* ====================================================================
* Copyright (c) 2001-2011 The OpenSSL Project. All rights reserved.
*
@@ -49,7 +49,6 @@
*
*/
-#include <assert.h>
#include <stdlib.h>
#include <string.h>
diff --git a/lib/libcrypto/evp/e_camellia.c b/lib/libcrypto/evp/e_camellia.c
index 4868c98c5df..e3424cfe94a 100644
--- a/lib/libcrypto/evp/e_camellia.c
+++ b/lib/libcrypto/evp/e_camellia.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: e_camellia.c,v 1.6 2014/07/10 22:45:57 jsing Exp $ */
+/* $OpenBSD: e_camellia.c,v 1.7 2015/02/10 09:50:12 miod Exp $ */
/* ====================================================================
* Copyright (c) 2006 The OpenSSL Project. All rights reserved.
*
@@ -53,7 +53,6 @@
*
*/
-#include <assert.h>
#include <string.h>
#include <openssl/opensslconf.h>