summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/lib
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>1999-11-10 23:36:46 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>1999-11-10 23:36:46 +0000
commit6724e1f9517ea95d84a6862483500a5d78eefe4a (patch)
treec5486ce6497c9dd849c88bd654953e48077fb635 /usr.bin/ssh/lib
parent868a5e6c52f689aedf8507fad39c4897127f0505 (diff)
add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
obsoletes QuietMode and FascistLogging in sshd.
Diffstat (limited to 'usr.bin/ssh/lib')
-rw-r--r--usr.bin/ssh/lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/lib/Makefile b/usr.bin/ssh/lib/Makefile
index 4a6fadc0af0..21b2bbacf12 100644
--- a/usr.bin/ssh/lib/Makefile
+++ b/usr.bin/ssh/lib/Makefile
@@ -3,8 +3,8 @@
LIB= ssh
SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.c \
cipher.c compat.c compress.c crc32.c deattack.c hostfile.c \
- match.c mpaux.c nchan.c packet.c readpass.c rsa.c tildexpand.c \
- ttymodes.c uidswap.c xmalloc.c
+ log.c match.c mpaux.c nchan.c packet.c readpass.c rsa.c \
+ tildexpand.c ttymodes.c uidswap.c xmalloc.c
NOPROFILE= yes
NOPIC= yes