server: Migrate more functions to new pki.

This commit is contained in:
Andreas Schneider
2011-08-22 17:05:48 +02:00
parent bf2f553fc3
commit 8c8a91a9b7
4 changed files with 95 additions and 58 deletions

View File

@@ -28,7 +28,7 @@ struct ssh_auth_request {
char *username;
int method;
char *password;
struct ssh_public_key_struct *public_key;
struct ssh_key_struct *pubkey;
char signature_state;
char kbdint_response;
};