Typo in SSL_CONF_cmd_argv.pod

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3070)
This commit is contained in:
Jon Spillett 2017-03-28 16:32:01 +10:00 committed by Richard Levitte
parent f5f85f755d
commit d5d5b5fc77

View file

@ -15,7 +15,7 @@ SSL_CONF_cmd_argv - SSL configuration command line processing
The function SSL_CONF_cmd_argv() processes at most two command line
arguments from B<pargv> and B<pargc>. The values of B<pargv> and B<pargc>
are updated to reflect the number of command options processed. The B<pargc>
argument can be set to B<NULL> is it is not used.
argument can be set to B<NULL> if it is not used.
=head1 RETURN VALUES