diff options
author | deraadt <> | 2015-11-20 16:16:59 +0000 |
---|---|---|
committer | deraadt <> | 2015-11-20 16:16:59 +0000 |
commit | d1c30901ec5fe8882ba2957f0fa55031022c3a43 (patch) | |
tree | 9a9d2453c00633d153490fe83d6c95d810704d73 | |
parent | b5f2dd6eb9007c8dd3f40e788943f4b15e8848d2 (diff) | |
download | openbsd-d1c30901ec5fe8882ba2957f0fa55031022c3a43.tar.gz openbsd-d1c30901ec5fe8882ba2957f0fa55031022c3a43.tar.bz2 openbsd-d1c30901ec5fe8882ba2957f0fa55031022c3a43.zip |
do not need sys/param.h
-rw-r--r-- | src/usr.bin/openssl/certhash.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/usr.bin/openssl/certhash.c b/src/usr.bin/openssl/certhash.c index 70aa7b9931..842c184ad1 100644 --- a/src/usr.bin/openssl/certhash.c +++ b/src/usr.bin/openssl/certhash.c | |||
@@ -14,7 +14,6 @@ | |||
14 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 14 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
15 | */ | 15 | */ |
16 | 16 | ||
17 | #include <sys/param.h> | ||
18 | #include <sys/types.h> | 17 | #include <sys/types.h> |
19 | #include <sys/stat.h> | 18 | #include <sys/stat.h> |
20 | 19 | ||