From 5c95c2ac23dd30f3c458e2738598383d2ca58181 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 17 Jul 2006 16:33:31 +0000 Subject: Fix various error codes to match functions. --- crypto/dh/dh_ameth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/dh/dh_ameth.c') diff --git a/crypto/dh/dh_ameth.c b/crypto/dh/dh_ameth.c index 2f2589bc25..0ff0fe7f3b 100644 --- a/crypto/dh/dh_ameth.c +++ b/crypto/dh/dh_ameth.c @@ -381,7 +381,7 @@ static int do_dh_print(BIO *bp, const DH *x, int indent, if (0) { err: - DHerr(DH_F_DHPARAMS_PRINT,reason); + DHerr(DH_F_DO_DH_PRINT,reason); } if (m != NULL) OPENSSL_free(m); return(ret); -- cgit v1.2.3