The handling of DSA_METHOD and DH_METHOD wasn't quite as problematic as
authorGeoff Thorpe <geoff@openssl.org>
Thu, 20 Apr 2000 07:58:11 +0000 (07:58 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Thu, 20 Apr 2000 07:58:11 +0000 (07:58 +0000)
commitda414db464cd7393ac8642dd1d285fd8be4a4c2a
tree6f7be8157b1b4ba80036d5963dd02ba8b206c9a2
parentdeb4d50e5125f7c26f36ac31b7c63ef805df9a85
The handling of DSA_METHOD and DH_METHOD wasn't quite as problematic as
with RSA_METHOD (the **_get_default_methods do set the default value if
it's not set). However, the code had some duplication and was a bit
conter-intuitive.
crypto/dh/dh_lib.c
crypto/dsa/dsa_lib.c