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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asn1/i2d_evp.c b/crypto/asn1/i2d_evp.c
index e1d5b7c7c4..8b36388263 100644
--- a/crypto/asn1/i2d_evp.c
+++ b/crypto/asn1/i2d_evp.c
@@ -97,7 +97,7 @@ int i2d_PrivateKey(const EVP_PKEY *a, unsigned char **pp)
if (evp_pkey_is_provided(a)) {
static const struct type_and_structure_st output_info[] = {
{ "DER", "type-specific" },
- { "DER", "pkcs8" },
+ { "DER", "PrivateKeyInfo" },
{ NULL, }
};