From 7dc2f36c3e2d21455ae432da4d8f338e7dc0668c Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Mon, 6 Apr 2020 23:18:26 +0800 Subject: use sigtype where appropriate --- ed25519.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ed25519.h') diff --git a/ed25519.h b/ed25519.h index 16c0d7b..622111a 100644 --- a/ed25519.h +++ b/ed25519.h @@ -32,7 +32,7 @@ #define CURVE25519_LEN 32 -typedef struct { +typedef struct dropbear_ED25519_Key { unsigned char priv[CURVE25519_LEN]; unsigned char pub[CURVE25519_LEN]; -- cgit v1.2.3