aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--providers/implementations/encode_decode/encoder_dsa_pub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/implementations/encode_decode/encoder_dsa_pub.c b/providers/implementations/encode_decode/encoder_dsa_pub.c
index f99388e..e120163 100644
--- a/providers/implementations/encode_decode/encoder_dsa_pub.c
+++ b/providers/implementations/encode_decode/encoder_dsa_pub.c
@@ -173,7 +173,7 @@ static int dsa_pub_print(void *ctx, void *dsa, OSSL_CORE_BIO *cout,
if (out == NULL)
return 0;
- ret = ossl_prov_print_dsa(out, dsa, 0);
+ ret = ossl_prov_print_dsa(out, dsa, dsa_print_pub);
BIO_free(out);
return ret;