diff options
Diffstat (limited to 'src/lib/libcrypto/dh/dh_ameth.c')
-rw-r--r-- | src/lib/libcrypto/dh/dh_ameth.c | 4 |
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 | } |
451 | LCRYPTO_ALIAS(DHparams_print); | ||
451 | 452 | ||
452 | int | 453 | int |
453 | DHparams_print_fp(FILE *fp, const DH *x) | 454 | DHparams_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 | } |
470 | LCRYPTO_ALIAS(DHparams_print_fp); | ||
469 | 471 | ||
470 | static int | 472 | static int |
471 | dh_pkey_public_check(const EVP_PKEY *pkey) | 473 | dh_pkey_public_check(const EVP_PKEY *pkey) |