diff ed25519.h @ 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 35d504d59c05
line wrap: on
line diff
--- a/ed25519.h	Fri Mar 27 23:23:11 2020 +0800
+++ b/ed25519.h	Mon Apr 06 23:18:26 2020 +0800
@@ -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];