summaryrefslogtreecommitdiff
path: root/lib/libcrypto/bn/bn_ctx.c
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 /lib/libcrypto/bn/bn_ctx.c
parent2a433f86abe5cca232890ffb150e501cfdeb3d4c (diff)
Remove unnecessary include of assert.h
Diffstat (limited to 'lib/libcrypto/bn/bn_ctx.c')
-rw-r--r--lib/libcrypto/bn/bn_ctx.c3
1 files changed, 1 insertions, 2 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>