mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
Fix broken links, mainly typo's
Also tweak find-doc-nits while fixing a bug (don't need .in files) Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10239)
This commit is contained in:
parent
40dfb8c705
commit
1b0d1bf7f1
@ -155,7 +155,7 @@ Can be written like this instead:
|
||||
|
||||
=head1 SEE ALSO
|
||||
|
||||
L<OSSL_PARAM(3)>, L<OSSL_PARAM_TYPE(3)>
|
||||
L<OSSL_PARAM(3)>, L<OSSL_PARAM_int(3)>
|
||||
|
||||
=head1 COPYRIGHT
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
=head1 NAME
|
||||
|
||||
OPENSSL FIPS CONFIGURATION
|
||||
fips_config - OpenSSL FIPS configuration
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
|
@ -159,7 +159,7 @@ L<EVP_EncryptFinal(3)> and L<EVP_DecryptFinal(3)>.
|
||||
|
||||
OP_cipher_cipher() performs encryption/decryption using the provider side cipher
|
||||
context in the I<cctx> parameter that should have been previously initialised via
|
||||
a call to OP_cipher_encrypt_init() or OP_cipher_decrypt_init.
|
||||
a call to OP_cipher_encrypt_init() or OP_cipher_decrypt_init().
|
||||
This should call the raw underlying cipher function without any padding.
|
||||
This will be invoked in the provider as a result of the application calling
|
||||
L<EVP_Cipher(3)>.
|
||||
|
@ -44,7 +44,7 @@ for further information.
|
||||
|
||||
The MAC operation enables providers to implement mac algorithms and make
|
||||
them available to applications via the API functions L<EVP_MAC_init(3)>,
|
||||
L<EVP_MACM_update(3)> and L<EVP_MAC_final(3)>.
|
||||
L<EVP_MAC_update(3)> and L<EVP_MAC_final(3)>.
|
||||
|
||||
All "functions" mentioned here are passed as function pointers between
|
||||
F<libcrypto> and the provider in B<OSSL_DISPATCH> arrays via
|
||||
|
@ -872,7 +872,7 @@ if ( $opt_c ) {
|
||||
}
|
||||
|
||||
if ( $opt_l ) {
|
||||
foreach ( @ARGV ? @ARGV : glob('doc/*/*.pod doc/internal/*/*.pod') ) {
|
||||
foreach ( glob('doc/*/*.pod doc/internal/*/*.pod') ) {
|
||||
collectnames($_);
|
||||
}
|
||||
checklinks();
|
||||
|
Loading…
x
Reference in New Issue
Block a user