diff options
| author | bcook <> | 2015-07-21 03:47:17 +0000 |
|---|---|---|
| committer | bcook <> | 2015-07-21 03:47:17 +0000 |
| commit | 3e835662b637b6244f4a189897c735a2f81ee078 (patch) | |
| tree | 0a3320b8ac3299a90f5f93c05007323da5c12fba | |
| parent | d3b60208cf1f6fecc3ac5aed923dbf9d0cf53a40 (diff) | |
| download | openbsd-3e835662b637b6244f4a189897c735a2f81ee078.tar.gz openbsd-3e835662b637b6244f4a189897c735a2f81ee078.tar.bz2 openbsd-3e835662b637b6244f4a189897c735a2f81ee078.zip | |
remove superfluous strings.h
Diffstat (limited to '')
| -rw-r--r-- | src/usr.bin/openssl/apps.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/apps.c b/src/usr.bin/openssl/apps.c index 3b8c2ab648..3803cc3bc6 100644 --- a/src/usr.bin/openssl/apps.c +++ b/src/usr.bin/openssl/apps.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: apps.c,v 1.32 2015/07/20 22:51:11 bcook Exp $ */ | 1 | /* $OpenBSD: apps.c,v 1.33 2015/07/21 03:47:17 bcook Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> |
| 4 | * | 4 | * |
| @@ -133,7 +133,6 @@ | |||
| 133 | #include <stdlib.h> | 133 | #include <stdlib.h> |
| 134 | #include <limits.h> | 134 | #include <limits.h> |
| 135 | #include <string.h> | 135 | #include <string.h> |
| 136 | #include <strings.h> | ||
| 137 | #include <unistd.h> | 136 | #include <unistd.h> |
| 138 | 137 | ||
| 139 | #include "apps.h" | 138 | #include "apps.h" |
