]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
d2i_PKCS8PrivateKey_bio.pod: evp.h include is unnecessary
authorTomas Mraz <tomas@openssl.org>
Wed, 4 Oct 2023 10:30:22 +0000 (12:30 +0200)
committerTomas Mraz <tomas@openssl.org>
Wed, 4 Oct 2023 11:02:46 +0000 (13:02 +0200)
It is also not allowed by doc nits check to have
multiple includes.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/22276)

doc/man3/d2i_PKCS8PrivateKey_bio.pod

index e84283f63e6c268f8adef1548126462ff2639a34..55ec34657504025c7a954c9e4743c2d7f9814626 100644 (file)
@@ -8,7 +8,6 @@ i2d_PKCS8PrivateKey_nid_bio, i2d_PKCS8PrivateKey_nid_fp - PKCS#8 format private
 
 =head1 SYNOPSIS
 
- #include <openssl/evp.h>
  #include <openssl/pem.h>
 
  EVP_PKEY *d2i_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, void *u);