summaryrefslogtreecommitdiff
path: root/lib/gnutls_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gnutls_int.h')
-rw-r--r--lib/gnutls_int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h
index bbaf3013da..ba22fb9a7d 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -580,6 +580,7 @@ typedef struct {
int local; /* indicates if it is
* not malloced, !=0 indicates malloced
*/
+ int qbits;
} _GNUTLS_DH_PARAMS;
#define GNUTLS_DH_PARAMS _GNUTLS_DH_PARAMS*