summaryrefslogtreecommitdiff
path: root/lib/pk.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pk.c')
-rw-r--r--lib/pk.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/pk.c b/lib/pk.c
index b395f1741a..c5f5c05ed3 100644
--- a/lib/pk.c
+++ b/lib/pk.c
@@ -1096,11 +1096,7 @@ int _gnutls_params_get_gost_raw(const gnutls_pk_params_st* params,
unsigned int flags)
{
int ret;
- mpi_dprint_func dprint = _gnutls_mpi_dprint_lz;
-
- if (flags & GNUTLS_EXPORT_FLAG_NO_LZ)
- dprint = _gnutls_mpi_dprint;
-
+ mpi_dprint_func dprint = _gnutls_mpi_dprint_le;
if (params == NULL) {
gnutls_assert();