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/conf/conf_api.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/conf/conf_api.c')
| -rw-r--r-- | src/lib/libcrypto/conf/conf_api.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/conf/conf_api.c b/src/lib/libcrypto/conf/conf_api.c index 56a4f249ad..2f68de8e3f 100644 --- a/src/lib/libcrypto/conf/conf_api.c +++ b/src/lib/libcrypto/conf/conf_api.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: conf_api.c,v 1.12 2015/02/07 13:19:15 doug Exp $ */ | 1 | /* $OpenBSD: conf_api.c,v 1.13 2015/02/10 09:50:12 miod Exp $ */ |
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| @@ -63,7 +63,6 @@ | |||
| 63 | # define NDEBUG | 63 | # define NDEBUG |
| 64 | #endif | 64 | #endif |
| 65 | 65 | ||
| 66 | #include <assert.h> | ||
| 67 | #include <stdlib.h> | 66 | #include <stdlib.h> |
| 68 | #include <string.h> | 67 | #include <string.h> |
| 69 | #include <unistd.h> | 68 | #include <unistd.h> |
