mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 22:58:46 +00:00
vendor/botan: Remove
This is infrequently maintained, and has been a strict subset of what is available in `core:crypto` for a while. Instead of improving the bindings, it is better to spend resources improving `core:crypto`.
This commit is contained in:
Vendored
+1
-4
@@ -7,7 +7,4 @@ ifeq ($(OS), OpenBSD)
|
||||
ODINFLAGS:=$(ODINFLAGS) -extra-linker-flags:-L/usr/local/lib
|
||||
endif
|
||||
|
||||
all: botan_test
|
||||
|
||||
botan_test:
|
||||
$(ODIN) run botan -o:speed -no-bounds-check $(ODINFLAGS) -out=vendor_botan
|
||||
all:
|
||||
|
||||
Reference in New Issue
Block a user