forked from open-quantum-safe/liboqs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use OpenSSL's EVP_MD_CTX_new and _free (open-quantum-safe#591)
* Check for OpenSSL 1.1.0 or higher * Use OpenSSL's EVP_MD_CTX_new and _free * Detect OpenSSL version without compiling * Remove Ubuntu Xenial testing on CircleCI and add some on Ubuntu Bionic * Rename Bionic CI images
- Loading branch information
Showing
6 changed files
with
45 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ matrix: | |
- SKIP_TESTS=style | ||
- HOMEBREW_NO_AUTO_UPDATE=1 | ||
before_install: | ||
- brew install doxygen graphviz | ||
- brew install doxygen graphviz [email protected] | ||
- pip3 install pytest pytest-xdist | ||
script: | ||
- autoreconf -i | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters