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

Documentation typo fix in EVP_EncryptInit.pod #5792

Closed
wants to merge 1 commit into from
Closed

Documentation typo fix in EVP_EncryptInit.pod #5792

wants to merge 1 commit into from

Conversation

kaworu
Copy link
Contributor

@kaworu kaworu commented Mar 29, 2018

Remove duplicate declaration of EVP_CIPHER_key_length in the synopsis.

Checklist

N/A

@openssl-machine openssl-machine added the hold: cla required The contributor needs to submit a license agreement label Mar 29, 2018
@@ -100,7 +100,6 @@ EVP_enc_null
int EVP_CIPHER_nid(const EVP_CIPHER *e);
int EVP_CIPHER_block_size(const EVP_CIPHER *e);
int EVP_CIPHER_key_length(const EVP_CIPHER *e)
int EVP_CIPHER_key_length(const EVP_CIPHER *e);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably it would be better to remove the one without the ; on the end!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed thanks!

@mattcaswell
Copy link
Member

Please update your commit comment with the text "CLA: Trivial" on a separate line. Assuming you agree that this change is trivial from a copyright perspective and therefore you don't need to sign the CLA.

@mattcaswell mattcaswell added this to the 1.1.1 milestone Mar 29, 2018
Copy link
Contributor

@richsalz richsalz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You will either have to sign our CLA or edit your commit text to put "CLA: trivial" in the message body. I agree this is trivial.

Remove duplicate declaration of `EVP_CIPHER_key_length` in the synopsis.

CLA: trivial
@openssl-machine openssl-machine removed the hold: cla required The contributor needs to submit a license agreement label Mar 29, 2018
@dot-asm dot-asm added the approval: done This pull request has the required number of approvals label Apr 1, 2018
@richsalz
Copy link
Contributor

richsalz commented Apr 2, 2018

Merged to master, thanks for the fix!

@richsalz richsalz closed this Apr 2, 2018
levitte pushed a commit that referenced this pull request Apr 2, 2018
Remove duplicate declaration of `EVP_CIPHER_key_length` in the synopsis.

CLA: trivial

Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from #5792)
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants