8b84b075ff
The biggest part in this was to move the key->param builder from EVP to the DH ASN.1 method, and to implement the KEYMGMT support in the provider DH. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9394)
5 lines
107 B
Text
5 lines
107 B
Text
LIBS=../../../libcrypto
|
|
IF[{- !$disabled{dh} -}]
|
|
SOURCE[../../../libcrypto]=\
|
|
dh_kmgmt.c
|
|
ENDIF
|