From 5a1494fb30e69202e8e2233ba6b8abdff0cf88de Mon Sep 17 00:00:00 2001 From: Paul Bakker Date: Fri, 25 Feb 2011 09:48:49 +0000 Subject: [PATCH] - Added pem to library --- library/CMakeLists.txt | 1 + library/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index c921bfc34..d8f807744 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt @@ -20,6 +20,7 @@ set(src md5.c net.c padlock.c + pem.c pkcs11.c rsa.c sha1.c diff --git a/library/Makefile b/library/Makefile index 58bdfdf20..2be84e182 100644 --- a/library/Makefile +++ b/library/Makefile @@ -27,7 +27,7 @@ OBJS= aes.o arc4.o base64.o \ timing.o x509parse.o xtea.o \ camellia.o version.o md.o \ md_wrap.o cipher.o cipher_wrap.o \ - pkcs11.o + pkcs11.o pem.o .SILENT: