diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2015-02-10 09:50:13 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2015-02-10 09:50:13 +0000 |
commit | ca2f4b2b936c0af53b8d5bc5fb98b66b6755cc7e (patch) | |
tree | 3d67d1a49956183a30fb206ed1db144f536cfbc5 /lib/libcrypto/bn | |
parent | 2a433f86abe5cca232890ffb150e501cfdeb3d4c (diff) |
Remove unnecessary include of assert.h
Diffstat (limited to 'lib/libcrypto/bn')
-rw-r--r-- | lib/libcrypto/bn/bn_ctx.c | 3 | ||||
-rw-r--r-- | lib/libcrypto/bn/bn_gf2m.c | 3 |
2 files changed, 2 insertions, 4 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> |