remove all external crypto libraries

This commit is contained in:
2025-08-10 08:47:17 -04:00
parent 4b822962bb
commit f521349cc0
4 changed files with 147 additions and 153 deletions

View File

@@ -1,7 +1,7 @@
CC = gcc
CFLAGS = -Wall -Wextra -std=c99
LIBS = -lssl -lcrypto
LIBS_STATIC = -static -lssl -lcrypto -ldl -lpthread
LIBS =
LIBS_STATIC = -static
TARGET = otp
SOURCE = otp.c
VERSION_SOURCE = src/version.c