Last commit before switching from mbedtls to openssl

This commit is contained in:
2025-08-14 09:58:24 -04:00
parent 3aaa46bb9b
commit 5a7c796873
8 changed files with 15 additions and 1 deletions

View File

@@ -105,6 +105,7 @@ sync_test: sync_test.c
@echo "Building synchronous relay query test program (x86_64)..."
$(CC) $(CFLAGS) $< -o $@ $(LDFLAGS)
# Build crypto test ARM64 executable
$(ARM64_CRYPTO_TEST_EXEC): nostr_crypto_test.c
@echo "Building crypto test suite (ARM64)..."