diff dss.h @ 1683:41bf8f216644

merge rsa-sha256
author Matt Johnston <matt@ucc.asn.au>
date Tue, 26 May 2020 00:24:02 +0800
parents ba6fc7afe1c5
children
line wrap: on
line diff
--- a/dss.h	Mon May 25 20:55:13 2020 +0500
+++ b/dss.h	Tue May 26 00:24:02 2020 +0800
@@ -30,7 +30,7 @@
 
 #if DROPBEAR_DSS 
 
-typedef struct {
+typedef struct dropbear_DSS_Key {
 
 	mp_int* p;
 	mp_int* q;