summaryrefslogtreecommitdiff
path: root/dss.h
diff options
context:
space:
mode:
Diffstat (limited to 'dss.h')
-rw-r--r--dss.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dss.h b/dss.h
index 2eaa2f5..40806e5 100644
--- a/dss.h
+++ b/dss.h
@@ -30,7 +30,7 @@
#if DROPBEAR_DSS
-typedef struct {
+typedef struct dropbear_DSS_Key {
mp_int* p;
mp_int* q;