diff options
Diffstat (limited to 'ed25519.h')
-rw-r--r-- | ed25519.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]; |