## Process this file with automake to produce Makefile.in

noinst_LIBRARIES = libzbxcrypto.a

libzbxcrypto_a_SOURCES = \
	crypto.c \
	base64.c \
	aes.c \
	aes.h \
	hmac.c \
	rsa.c

libzbxcrypto_a_CFLAGS = \
	$(TLS_CFLAGS)