From 0e4aa0d2d2807e0cbeac29b65d2b9061daed8941 Mon Sep 17 00:00:00 2001 From: Geoff Thorpe Date: Wed, 15 Jan 2003 02:01:55 +0000 Subject: As with RSA, which was modified recently, this change makes it possible to override key-generation implementations by placing handlers in the methods for DSA and DH. Also, parameter generation for DSA and DH is possible by another new handler for each method. --- crypto/dh/dh_key.c | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/dh/dh_key.c') diff --git a/crypto/dh/dh_key.c b/crypto/dh/dh_key.c index 1a0efca2c4..5e58e0032f 100644 --- a/crypto/dh/dh_key.c +++ b/crypto/dh/dh_key.c @@ -90,6 +90,7 @@ dh_bn_mod_exp, dh_init, dh_finish, 0, +NULL, NULL }; -- cgit v1.2.3