Skip to content

Commit

Permalink
Update Relic for G1 fix (Chia-Network#248)
Browse files Browse the repository at this point in the history
* Update Relic for G1 fix

* e9948b of Relic seems happier

* Use Relic at 7ed8e7

* Add fix for RELIC parsing invalid inputs. (Chia-Network#249)

Co-authored-by: Diego F. Aranha <dfaranha@gmail.com>
  • Loading branch information
2 people authored and UdjinM6 committed Dec 1, 2021
1 parent a1f0214 commit 51be9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include(FetchContent)
if (DEFINED ENV{RELIC_MAIN})
set(RELIC_GIT_TAG "origin/main")
else ()
set(RELIC_GIT_TAG "e6209fd80e07203b865983faee635fa1f85d6c9f")
set(RELIC_GIT_TAG "7ed8e702db74d5d5a83b0bfaf9ee8e33a70e36ed")
endif ()

message(STATUS "Relic will be built from: ${RELIC_GIT_TAG}")
Expand Down

0 comments on commit 51be9c8

Please sign in to comment.