summaryrefslogtreecommitdiffstats
path: root/include/internal/ffc.h
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2020-01-31 08:18:46 +1000
committerShane Lontis <shane.lontis@oracle.com>2020-01-31 08:18:46 +1000
commitca2bf555cd64bc9624af1259ce3cd27f95a5763e (patch)
treee02beb157e56973ada62c679cb7b3b8756e86dfe /include/internal/ffc.h
parentcd624ccd41ac3ac779c1c7a7a1e63427ce9588dd (diff)
Add support for DH 'modp' group parameters (RFC 3526)
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10897)
Diffstat (limited to 'include/internal/ffc.h')
-rw-r--r--include/internal/ffc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/internal/ffc.h b/include/internal/ffc.h
index 56703fb2e8..1ec980f9d0 100644
--- a/include/internal/ffc.h
+++ b/include/internal/ffc.h
@@ -31,6 +31,7 @@ typedef struct ffc_params_st {
size_t seedlen;
/* Required for FIPS186_4 validation of p and q */
int pcounter;
+ int nid; /* The identity of a named group */
} FFC_PARAMS;