Skip to content

Commit

Permalink
Scrub some references to relic (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
emlowe committed Jun 9, 2023
1 parent f560357 commit 5584632
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ main
.o
obj/
src/*.o
contrib/relic/CTestTestfile.cmake
contrib/relic/bench/CTestTestfile.cmake
contrib/relic/bin
contrib/relic/include/relic_conf.h
contrib/relic/test/CTestTestfile.cmake
contrib/gmp-6.1.2/

.idea
.vscode
Expand Down
2 changes: 0 additions & 2 deletions js-bindings/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ set(CMAKE_CXX_STANDARD 17)

include_directories(
${INCLUDE_DIRECTORIES}
${CMAKE_BINARY_DIR}/_deps/relic-src/include
${CMAKE_BINARY_DIR}/_deps/relic-build/include
${CMAKE_CURRENT_SOURCE_DIR}/../contrib/catch
)

Expand Down
3 changes: 0 additions & 3 deletions src/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
#include <thread>

#include "bls.hpp"
extern "C" {
// #include "relic.h"
}
#include "test-utils.hpp"
using std::cout;
using std::endl;
Expand Down

0 comments on commit 5584632

Please sign in to comment.