Use consistent variable names in example
authorBeat Bolli <me+github@drbeat.li>
Fri, 18 Nov 2016 08:47:50 +0000 (09:47 +0100)
committerRich Salz <rsalz@openssl.org>
Fri, 18 Nov 2016 12:30:07 +0000 (07:30 -0500)
commit5defbe6f3892577af5811e12809233e7f8a69830
tree510b00f29a30794d3f5d7541565b8d0164660fea
parent663ece0faa3d87a81838011f81edb8ede97018fd
Use consistent variable names in example

In the X509_NAME_get_index_by_NID.pod example, the initialized variable is called
"loc", but the one used in the for loop is called "lastpos". Make the names match.

CLA: trivial
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1949)
doc/man3/X509_NAME_get_index_by_NID.pod