summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/dh/dh_ameth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/dh/dh_ameth.c')
-rw-r--r--src/lib/libcrypto/dh/dh_ameth.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/dh/dh_ameth.c b/src/lib/libcrypto/dh/dh_ameth.c
index 61d3d14397..cc594cfd38 100644
--- a/src/lib/libcrypto/dh/dh_ameth.c
+++ b/src/lib/libcrypto/dh/dh_ameth.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: dh_ameth.c,v 1.29 2023/07/07 06:59:18 tb Exp $ */ 1/* $OpenBSD: dh_ameth.c,v 1.30 2023/07/08 15:29:03 beck Exp $ */
2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL 2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
3 * project 2006. 3 * project 2006.
4 */ 4 */
@@ -448,6 +448,7 @@ DHparams_print(BIO *bp, const DH *x)
448{ 448{
449 return do_dh_print(bp, x, 4, NULL, 0); 449 return do_dh_print(bp, x, 4, NULL, 0);
450} 450}
451LCRYPTO_ALIAS(DHparams_print);
451 452
452int 453int
453DHparams_print_fp(FILE *fp, const DH *x) 454DHparams_print_fp(FILE *fp, const DH *x)
@@ -466,6 +467,7 @@ DHparams_print_fp(FILE *fp, const DH *x)
466 467
467 return ret; 468 return ret;
468} 469}
470LCRYPTO_ALIAS(DHparams_print_fp);
469 471
470static int 472static int
471dh_pkey_public_check(const EVP_PKEY *pkey) 473dh_pkey_public_check(const EVP_PKEY *pkey)