aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dh/dh_gen.c
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-04-26 22:20:07 +0000
committerUlf Möller <ulf@openssl.org>1999-04-26 22:20:07 +0000
commit73d2257d978c7a201d6a914dc141ea1484d9aa6f (patch)
tree6089f64e2f7f10883762c3a9faa90001a526abdc /crypto/dh/dh_gen.c
parent540e6c172e0e8456bda34bf71dd23e618d2eeb9d (diff)
downloadopenssl-73d2257d978c7a201d6a914dc141ea1484d9aa6f.tar.gz
Remove NOPROTO-related macros.
Diffstat (limited to 'crypto/dh/dh_gen.c')
-rw-r--r--crypto/dh/dh_gen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/dh/dh_gen.c b/crypto/dh/dh_gen.c
index 32237e8b95..4d4aa69029 100644
--- a/crypto/dh/dh_gen.c
+++ b/crypto/dh/dh_gen.c
@@ -84,7 +84,7 @@
*/
DH *DH_generate_parameters(int prime_len, int generator,
- void (*callback)(P_I_I_P), char *cb_arg)
+ void (*callback)(int,int,char *), char *cb_arg)
{
BIGNUM *p=NULL,*t1,*t2;
DH *ret=NULL;