summaryrefslogtreecommitdiff
path: root/signkey.h
diff options
context:
space:
mode:
Diffstat (limited to 'signkey.h')
-rw-r--r--signkey.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/signkey.h b/signkey.h
index e4dd7ce..316ca49 100644
--- a/signkey.h
+++ b/signkey.h
@@ -51,6 +51,9 @@ struct SIGN_key {
#ifdef DROPBEAR_RSA
dropbear_rsa_key * rsakey;
#endif
+#ifdef DROPBEAR_ECDSA
+ ecc_key *ecckey;
+#endif
};
typedef struct SIGN_key sign_key;