- Added pem to library

This commit is contained in:
Paul Bakker 2011-02-25 09:48:49 +00:00
parent 1946e42dd4
commit 5a1494fb30
2 changed files with 2 additions and 1 deletions

View file

@ -20,6 +20,7 @@ set(src
md5.c md5.c
net.c net.c
padlock.c padlock.c
pem.c
pkcs11.c pkcs11.c
rsa.c rsa.c
sha1.c sha1.c

View file

@ -27,7 +27,7 @@ OBJS= aes.o arc4.o base64.o \
timing.o x509parse.o xtea.o \ timing.o x509parse.o xtea.o \
camellia.o version.o md.o \ camellia.o version.o md.o \
md_wrap.o cipher.o cipher_wrap.o \ md_wrap.o cipher.o cipher_wrap.o \
pkcs11.o pkcs11.o pem.o
.SILENT: .SILENT: