#
# Makefile
#
# $Id: Makefile 702 2008-07-30 13:36:57Z peter_schojer $
#
# Makefile for Poco Crypto
#

include $(POCO_BASE)/build/rules/global

SYSLIBS += -lssl -lcrypto

objects = Cipher CipherFactory CipherImpl CipherKey CipherKeyImpl CryptoStream CryptoTransform \
	RSACipherImpl RSAKey RSAKeyImpl RSADigestEngine

target         = PocoCrypto
target_version = $(LIBVERSION)
target_libs    = PocoNetSSL PocoNet PocoFoundation

include $(POCO_BASE)/build/rules/lib
