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

Added support for openssl 1.1. Removed gtest src dependencies #1

Merged
merged 2 commits into from
Jul 14, 2018

Conversation

galuha
Copy link
Contributor

@galuha galuha commented Jul 14, 2018

  • Added support for openssl 1.1.
  • Removed gtest src dependencies, that caused unnecessary make editing
  • Removed std=c++14 dependencie in order to support older compilers

}
};
struct default_clock {
std::chrono::_V2::system_clock::time_point now() const {
Copy link
Owner

Choose a reason for hiding this comment

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

Shouldn't this be std::chrono::system_clock::time_point ?

Otherwise thank you for your contribution, will merge as soon as possible.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed. And thank you for this lightweight library

@Thalhammer Thalhammer merged commit 6a21de1 into Thalhammer:master Jul 14, 2018
@Thalhammer
Copy link
Owner

Did some improvements in e162b97 to support older compilers and keep the tests clean, but otherwise good work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants