]> git.ipfire.org Git - thirdparty/openssl.git/commit - crypto/dh/dh_ameth.c
DH: Move the code to set the DH sub-type
authorRichard Levitte <levitte@openssl.org>
Mon, 26 Oct 2020 12:59:09 +0000 (13:59 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 11 Nov 2020 10:42:06 +0000 (11:42 +0100)
commiteb2f1b81a3e55aba2c81bd8b7cfd11309049cf58
treea15c55c91c7d62ddf3c5cde347fe39e24cb2e25e
parent4f2abe4378ce561c60674f3ac0642d3fb22da550
DH: Move the code to set the DH sub-type

It's been moved so the type is set by d2i_DHparams() and d2i_DHxparams()

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/13248)
crypto/dh/dh_ameth.c
crypto/dh/dh_asn1.c