diff options
| author | Steve Langasek <steve.langasek@canonical.com> | 2014-10-06 15:39:48 -0700 |
|---|---|---|
| committer | Steve Langasek <steve.langasek@canonical.com> | 2014-10-06 15:39:48 -0700 |
| commit | 72bb39c0237f8bcc3afa8b623e8b097eec6d69cd (patch) | |
| tree | ab49a0f8e82cdee502fd556ad7ccca3242f40f05 /Cryptlib/Makefile | |
| parent | bfab8d6791bccc38a8604cbc933048319c920780 (diff) | |
| download | efi-boot-shim-72bb39c0237f8bcc3afa8b623e8b097eec6d69cd.tar.gz efi-boot-shim-72bb39c0237f8bcc3afa8b623e8b097eec6d69cd.zip | |
Import upstream version 0.7
Diffstat (limited to 'Cryptlib/Makefile')
| -rw-r--r-- | Cryptlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Cryptlib/Makefile b/Cryptlib/Makefile index 08908389..a05a4db0 100644 --- a/Cryptlib/Makefile +++ b/Cryptlib/Makefile @@ -27,7 +27,8 @@ OBJS = Hash/CryptMd4.o \ Cipher/CryptTdes.o \ Cipher/CryptArc4.o \ Rand/CryptRand.o \ - Pk/CryptRsa.o \ + Pk/CryptRsaBasic.o \ + Pk/CryptRsaExt.o \ Pk/CryptPkcs7.o \ Pk/CryptDh.o \ Pk/CryptX509.o \ |
