Add support for DH 'modp' group parameters (RFC 3526)
[openssl.git] / include / crypto / dh.h
index b1f37c6018bb34556a21539067faacf4ca171c40..1e856101f3dc44747b78fe02cd9b5836f27bfafb 100644 (file)
@@ -15,3 +15,4 @@ int dh_compute_key(OPENSSL_CTX *ctx, unsigned char *key, const BIGNUM *pub_key,
 int dh_compute_key_padded(OPENSSL_CTX *ctx, unsigned char *key,
                           const BIGNUM *pub_key, DH *dh);
 FFC_PARAMS *dh_get0_params(DH *dh);
+int dh_get0_nid(const DH *dh);