comparison keyimport.c @ 1674:ba6fc7afe1c5

use sigtype where appropriate
author Matt Johnston <matt@ucc.asn.au>
date Mon, 06 Apr 2020 23:18:26 +0800
parents d32bcb5c557d
children 1051e4eea25a
comparison
equal deleted inserted replaced
1668:49cb3cf4bd6f 1674:ba6fc7afe1c5
34 #include "bignum.h" 34 #include "bignum.h"
35 #include "buffer.h" 35 #include "buffer.h"
36 #include "dbutil.h" 36 #include "dbutil.h"
37 #include "ecc.h" 37 #include "ecc.h"
38 #include "ssh.h" 38 #include "ssh.h"
39 #include "rsa.h"
40 #include "dss.h"
41 #include "ed25519.h"
39 42
40 static const unsigned char OSSH_PKEY_BLOB[] = 43 static const unsigned char OSSH_PKEY_BLOB[] =
41 "openssh-key-v1\0" /* AUTH_MAGIC */ 44 "openssh-key-v1\0" /* AUTH_MAGIC */
42 "\0\0\0\4none" /* cipher name*/ 45 "\0\0\0\4none" /* cipher name*/
43 "\0\0\0\4none" /* kdf name */ 46 "\0\0\0\4none" /* kdf name */