summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/key.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2006-03-20 17:13:16 +0000
committerderaadt <deraadt@openbsd.org>2006-03-20 17:13:16 +0000
commit909cd08435a8953faa3b0b1658d9a3fa9a818470 (patch)
treea85bbd8c22dbb7c42a5787cb4a3e3eacf174a912 /usr.bin/ssh/key.c
parentin a switch (), break after return or goto is stupid (diff)
downloadwireguard-openbsd-909cd08435a8953faa3b0b1658d9a3fa9a818470.tar.xz
wireguard-openbsd-909cd08435a8953faa3b0b1658d9a3fa9a818470.zip
djm did a typo
Diffstat (limited to 'usr.bin/ssh/key.c')
-rw-r--r--usr.bin/ssh/key.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ssh/key.c b/usr.bin/ssh/key.c
index 96619fe60e2..d6dd3abea5b 100644
--- a/usr.bin/ssh/key.c
+++ b/usr.bin/ssh/key.c
@@ -123,7 +123,7 @@ void
key_free(Key *k)
{
if (k == NULL)
- fatal("key_free: key is NULL);
+ fatal("key_free: key is NULL");
switch (k->type) {
case KEY_RSA1:
case KEY_RSA: