CONSOLE_MODE = true

include cpp/variables.def

TYPE = library
PROJECT = crypto
SOURCE = blowfish_crypto.cpp rsa_crypto.cpp ssl_init.cpp
USE_SSL = t
TARGETS = crypto.lib

include cpp/rules.def

