diff options
Diffstat (limited to 'auth2.c')
-rw-r--r-- | auth2.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,7 +23,7 @@ | |||
23 | */ | 23 | */ |
24 | 24 | ||
25 | #include "includes.h" | 25 | #include "includes.h" |
26 | RCSID("$OpenBSD: auth2.c,v 1.55 2001/04/18 23:43:25 markus Exp $"); | 26 | RCSID("$OpenBSD: auth2.c,v 1.56 2001/04/19 00:05:11 markus Exp $"); |
27 | 27 | ||
28 | #include <openssl/evp.h> | 28 | #include <openssl/evp.h> |
29 | 29 | ||
@@ -482,7 +482,7 @@ userauth_pubkey(Authctxt *authctxt) | |||
482 | } else { | 482 | } else { |
483 | buffer_put_cstring(&b, "publickey"); | 483 | buffer_put_cstring(&b, "publickey"); |
484 | buffer_put_char(&b, have_sig); | 484 | buffer_put_char(&b, have_sig); |
485 | buffer_put_cstring(&b, key_ssh_name(key)); | 485 | buffer_put_cstring(&b, pkalg); |
486 | } | 486 | } |
487 | buffer_put_string(&b, pkblob, blen); | 487 | buffer_put_string(&b, pkblob, blen); |
488 | #ifdef DEBUG_PK | 488 | #ifdef DEBUG_PK |