]> andersk Git - openssh.git/commitdiff
- deraadt@cvs.openbsd.org 2006/03/20 17:13:16
authordjm <djm>
Sun, 26 Mar 2006 03:03:03 +0000 (03:03 +0000)
committerdjm <djm>
Sun, 26 Mar 2006 03:03:03 +0000 (03:03 +0000)
     [key.c]
     djm did a typo

ChangeLog
key.c

index a26fdce994fca90581d5f7673d9f2e7edd2c21c9..f81b41544d2a98631da8233f658542fa9a00fea5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -68,6 +68,9 @@
    - deraadt@cvs.openbsd.org 2006/03/20 17:10:19
      [auth.c key.c misc.c packet.c ssh-add.c]
      in a switch (), break after return or goto is stupid
+   - deraadt@cvs.openbsd.org 2006/03/20 17:13:16
+     [key.c]
+     djm did a typo
 
 20060325
  - OpenBSD CVS Sync
diff --git a/key.c b/key.c
index 96619fe60e2d59e5d576dcd57476cda27ea00c16..d6dd3abea5b9bbdff0b51e20207232555d76b9b4 100644 (file)
--- a/key.c
+++ b/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:
This page took 0.060325 seconds and 5 git commands to generate.