copied Crypto from sandbox to trunk

This commit is contained in:
Peter Schojer
2008-10-31 09:06:54 +00:00
parent 5b31c46b16
commit 4975ac2c44
55 changed files with 6576 additions and 11 deletions

20
Crypto/Makefile Normal file
View File

@@ -0,0 +1,20 @@
#
# Makefile
#
# $Id$
#
# 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