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

Add missing requires to openssl.cr #7803

Merged
merged 1 commit into from
May 21, 2019

Conversation

RX14
Copy link
Contributor

@RX14 RX14 commented May 21, 2019

This makes sure that require "openssl" requires everything, and fixes the
documentation to include all the OpenSSL modules.

Fixes #7770

This makes sure that `require "openssl"` requires everything, and fixes the
documentation to include all the OpenSSL modules.

Fixes crystal-lang#7770
@RX14 RX14 added kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:stdlib labels May 21, 2019
@RX14 RX14 merged commit 10665bf into crystal-lang:master May 21, 2019
@RX14 RX14 added this to the 0.29.0 milestone May 21, 2019
@RX14 RX14 added the kind:docs label May 21, 2019
@sol-vin
Copy link
Contributor

sol-vin commented May 21, 2019

Ty!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug A bug in the code. Does not apply to documentation, specs, etc. kind:docs topic:stdlib:networking
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OpenSSL::Cipher is missing from latest docs
5 participants