diff options
author | 2017-01-07 12:10:11 +0000 | |
---|---|---|
committer | 2017-01-07 12:10:11 +0000 | |
commit | 97361456ca535b3fec937627e463537efb57c752 (patch) | |
tree | 85514831fb41582fbaebe4fc86a7587cff1c5c9a | |
parent | Only install header files relevant for the architecture we're targeting. (diff) | |
download | wireguard-openbsd-97361456ca535b3fec937627e463537efb57c752.tar.xz wireguard-openbsd-97361456ca535b3fec937627e463537efb57c752.zip |
-#endif /* !SMALL */
+#endif /* !NOSSL */
-rw-r--r-- | usr.bin/ftp/fetch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ftp/fetch.c b/usr.bin/ftp/fetch.c index 260b4284060..237424400fc 100644 --- a/usr.bin/ftp/fetch.c +++ b/usr.bin/ftp/fetch.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fetch.c,v 1.155 2017/01/03 17:00:04 deraadt Exp $ */ +/* $OpenBSD: fetch.c,v 1.156 2017/01/07 12:10:11 tb Exp $ */ /* $NetBSD: fetch.c,v 1.14 1997/08/18 10:20:20 lukem Exp $ */ /*- @@ -741,7 +741,7 @@ noslash: #ifndef NOSSL free(buf); -#endif /* !SMALL */ +#endif /* !NOSSL */ buf = NULL; if (fin != NULL && fflush(fin) == EOF) { |