Document X509_get0_subject_key_id()
[openssl.git] / doc / crypto / PKCS12_parse.pod
index c54cf2ad613eb2da743b0db8c4d9569090739eb4..3691a9b25436c3d7ac2a0eee4c752d3d1efed8b2 100644 (file)
@@ -33,7 +33,7 @@ B<X509> structure.
 
 PKCS12_parse() returns 1 for success and zero if an error occurred.
 
-The error can be obtained from L<ERR_get_error(3)|ERR_get_error(3)>
+The error can be obtained from L<ERR_get_error(3)>
 
 =head1 BUGS
 
@@ -48,7 +48,7 @@ Attributes currently cannot be stored in the private key B<EVP_PKEY> structure.
 
 =head1 SEE ALSO
 
-L<d2i_PKCS12(3)|d2i_PKCS12(3)>
+L<d2i_PKCS12(3)>
 
 =head1 HISTORY