diff options
| author | miod <> | 2015-02-10 09:50:12 +0000 |
|---|---|---|
| committer | miod <> | 2015-02-10 09:50:12 +0000 |
| commit | 9a78b93a933764528a75722869255ee06e8eab6c (patch) | |
| tree | 7af951090e83cdb4ea96ddd21f6b5319a6304db1 /src/lib/libcrypto/bn/bn_ctx.c | |
| parent | 03858c0228d8ccda7d170fe43e0be79cd0dc6e5b (diff) | |
| download | openbsd-9a78b93a933764528a75722869255ee06e8eab6c.tar.gz openbsd-9a78b93a933764528a75722869255ee06e8eab6c.tar.bz2 openbsd-9a78b93a933764528a75722869255ee06e8eab6c.zip | |
Remove unnecessary include of assert.h
Diffstat (limited to 'src/lib/libcrypto/bn/bn_ctx.c')
| -rw-r--r-- | src/lib/libcrypto/bn/bn_ctx.c | 3 |
1 files changed, 1 insertions, 2 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 | ||
