diff options
author | miod <> | 2015-02-10 09:50:12 +0000 |
---|---|---|
committer | miod <> | 2015-02-10 09:50:12 +0000 |
commit | 1f7dfb602e769ed1eeca26bf4fd6fb999ae8ddb1 (patch) | |
tree | 7af951090e83cdb4ea96ddd21f6b5319a6304db1 /src/lib/libcrypto/bn | |
parent | c54f1e6efb3beda80d415ba75614cbc695f799be (diff) | |
download | openbsd-1f7dfb602e769ed1eeca26bf4fd6fb999ae8ddb1.tar.gz openbsd-1f7dfb602e769ed1eeca26bf4fd6fb999ae8ddb1.tar.bz2 openbsd-1f7dfb602e769ed1eeca26bf4fd6fb999ae8ddb1.zip |
Remove unnecessary include of assert.h
Diffstat (limited to 'src/lib/libcrypto/bn')
-rw-r--r-- | src/lib/libcrypto/bn/bn_ctx.c | 3 | ||||
-rw-r--r-- | src/lib/libcrypto/bn/bn_gf2m.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/src/lib/libcrypto/bn/bn_ctx.c b/src/lib/libcrypto/bn/bn_ctx.c index 0bd523c2d4..eb2d6a43b3 100644 --- a/src/lib/libcrypto/bn/bn_ctx.c +++ b/src/lib/libcrypto/bn/bn_ctx.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: bn_ctx.c,v 1.13 2014/07/11 08:44:47 jsing Exp $ */ | 1 | /* $OpenBSD: bn_ctx.c,v 1.14 2015/02/10 09:50:12 miod Exp $ */ |
2 | /* Written by Ulf Moeller for the OpenSSL project. */ | 2 | /* Written by Ulf Moeller for the OpenSSL project. */ |
3 | /* ==================================================================== | 3 | /* ==================================================================== |
4 | * Copyright (c) 1998-2004 The OpenSSL Project. All rights reserved. | 4 | * Copyright (c) 1998-2004 The OpenSSL Project. All rights reserved. |
@@ -60,7 +60,6 @@ | |||
60 | #endif | 60 | #endif |
61 | #endif | 61 | #endif |
62 | 62 | ||
63 | #include <assert.h> | ||
64 | #include <stdio.h> | 63 | #include <stdio.h> |
65 | #include <string.h> | 64 | #include <string.h> |
66 | 65 | ||
diff --git a/src/lib/libcrypto/bn/bn_gf2m.c b/src/lib/libcrypto/bn/bn_gf2m.c index 4544369248..e84729bdad 100644 --- a/src/lib/libcrypto/bn/bn_gf2m.c +++ b/src/lib/libcrypto/bn/bn_gf2m.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: bn_gf2m.c,v 1.17 2015/02/09 15:49:22 jsing Exp $ */ | 1 | /* $OpenBSD: bn_gf2m.c,v 1.18 2015/02/10 09:50:12 miod Exp $ */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. | 3 | * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. |
4 | * | 4 | * |
@@ -88,7 +88,6 @@ | |||
88 | * | 88 | * |
89 | */ | 89 | */ |
90 | 90 | ||
91 | #include <assert.h> | ||
92 | #include <limits.h> | 91 | #include <limits.h> |
93 | #include <stdio.h> | 92 | #include <stdio.h> |
94 | 93 | ||