Use consistent variable names
authorBeat Bolli <me+github@drbeat.li>
Fri, 18 Nov 2016 08:53:48 +0000 (09:53 +0100)
committerRich Salz <rsalz@openssl.org>
Fri, 18 Nov 2016 12:33:36 +0000 (07:33 -0500)
commit4b9c2669f31da26bfe56f629973fa014083dc2a0
tree997072b0df375b26d971646005cc2b9f14dcab89
parente597b2ba1165bb94e384f5cd37ea359f926a05cc
Use consistent variable names

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/crypto/X509_NAME_get_index_by_NID.pod