diff dss.h @ 1733:d529a52b2f7c coverity coverity

merge coverity from main
author Matt Johnston <matt@ucc.asn.au>
date Fri, 26 Jun 2020 21:07:34 +0800
parents ba6fc7afe1c5
children
line wrap: on
line diff
--- a/dss.h	Thu Mar 21 23:28:59 2019 +0800
+++ b/dss.h	Fri Jun 26 21:07:34 2020 +0800
@@ -30,7 +30,7 @@
 
 #if DROPBEAR_DSS 
 
-typedef struct {
+typedef struct dropbear_DSS_Key {
 
 	mp_int* p;
 	mp_int* q;