Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use consistent variable names in example #1949

Closed
wants to merge 1 commit into from

Conversation

bbolli
Copy link
Contributor

@bbolli bbolli commented Nov 18, 2016

Checklist
  • documentation is added or updated
Description of change

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.

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.
@richsalz
Copy link
Contributor

@bbolli do you agree that this is a trivial change or will you sign our CLA?

@richsalz richsalz added branch: 1.0.2 Merge to OpenSSL_1_0_2-stable branch hold: cla required The contributor needs to submit a license agreement reviewed approval: done This pull request has the required number of approvals labels Nov 18, 2016
@bbolli
Copy link
Contributor Author

bbolli commented Nov 18, 2016

Yes, I think this is trivial.

@levitte levitte removed the hold: cla required The contributor needs to submit a license agreement label Nov 18, 2016
@bbolli
Copy link
Contributor Author

bbolli commented Nov 18, 2016

I think you have the release label wrong in this PR and in #1950: This PR is for master, 1950 is for 1.1.0 and older.

@richsalz richsalz self-assigned this Nov 18, 2016
@richsalz richsalz added branch: master Merge to master branch and removed branch: 1.0.2 Merge to OpenSSL_1_0_2-stable branch labels Nov 18, 2016
levitte pushed a commit that referenced this pull request Nov 18, 2016
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 #1949)
@richsalz
Copy link
Contributor

yup, wrong label. This was pushed as commit 5defbe6 to master only.
Thanks!

@richsalz richsalz closed this Nov 18, 2016
levitte pushed a commit that referenced this pull request Nov 18, 2016
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 #1949)
levitte pushed a commit that referenced this pull request Nov 18, 2016
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 #1949)

(cherry picked from commit 4b9c266)
@bbolli bbolli deleted the patch-1 branch November 18, 2016 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approval: done This pull request has the required number of approvals branch: master Merge to master branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants