summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/i2d_evp.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/asn1/i2d_evp.c')
-rw-r--r--crypto/asn1/i2d_evp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/asn1/i2d_evp.c b/crypto/asn1/i2d_evp.c
index d0468bf5c2..da1d136184 100644
--- a/crypto/asn1/i2d_evp.c
+++ b/crypto/asn1/i2d_evp.c
@@ -42,8 +42,7 @@ static int i2d_provided(const EVP_PKEY *a, int selection,
size_t len = INT_MAX;
ctx = OSSL_ENCODER_CTX_new_by_EVP_PKEY(a, selection, "DER",
- *output_structures,
- NULL, NULL);
+ *output_structures, NULL);
if (ctx == NULL)
return -1;
if (OSSL_ENCODER_to_data(ctx, pp, &len))