[openssl-dev] Broken links in pod file of OpenSSL 1.1.0pre5

Rainer Jung rainer.jung at kippdata.de
Tue Apr 19 19:18:03 UTC 2016


Output during "make install":

Cannot find "BIO_gets" in podpath: cannot find suitable replacement 
path, cannot resolve link
Cannot find "BIO_callback_ctrl" in podpath: cannot find suitable 
replacement path, cannot resolve link
Cannot find "DSA_SIG_new3)" in podpath: cannot find suitable replacement 
path, cannot resolve link

Likely patch (it fixes the warnings, but please double check for 
correctness):

--- doc/crypto/DSA_meth_new.pod	2016-04-19 18:51:18.000000000 +0200
+++ doc/crypto/DSA_meth_new.pod	2016-04-19 21:06:01.785837000 +0200
@@ -174,7 +174,7 @@
  =head1 SEE ALSO

  L<dsa(3)>, L<DSA_new(3)>, L<DSA_generate_parameters(3)>, 
L<DSA_generate_key(3)>,
-L<DSA_dup_DH(3)>, L<DSA_do_sign(3)>, L<DSA_set_method(3)>, 
L<DSA_SIG_new3)>,
+L<DSA_dup_DH(3)>, L<DSA_do_sign(3)>, L<DSA_set_method(3)>, 
L<DSA_SIG_new(3)>,
  L<DSA_sign(3)>, L<DSA_size(3)>, L<DSA_get0_pqg(3)>

  =head1 HISTORY


( "DSA_SIG_new(3)" instead of "DSA_SIG_new3)").


--- doc/crypto/BIO_meth_new.pod	2016-04-19 18:51:18.000000000 +0200
+++ doc/crypto/BIO_meth_new.pod	2016-04-19 21:14:10.702572000 +0200
@@ -75,7 +75,7 @@
  the function have the same meaning as for BIO_puts().

  BIO_meth_get_gets() and BIO_meth_set_gets() get and set the function 
typically
-used for reading a line of data from the BIO respectively (see the 
L<BIO_gets>
+used for reading a line of data from the BIO respectively (see the 
L<BIO_gets(3)>
  page for more information). This function will be called in response 
to the
  application calling BIO_gets(). The parameters for the function have 
the same
  meaning as for BIO_gets().
@@ -102,7 +102,7 @@

  BIO_meth_get_callback_ctrl() and BIO_meth_set_callback_ctrl() get and 
set the
  function used for processing callback ctrl messages in the BIO 
respectively. See
-the L<BIO_callback_ctrl> page for more information. This function will 
be called
+the L<BIO_callback_ctrl(3)> page for more information. This function 
will be called
  in response to the application calling BIO_callback_ctrl(). The 
parameters for
  the function have the same meaning as for BIO_callback_ctrl().


(Adding twice "(3)").

Regards,

Rainer


More information about the openssl-dev mailing list