diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index c921bfc34b..d8f8077446 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 58bdfdf20e..2be84e1826 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: