diff options
| author | Holger Dengler <dengler@linutronix.de> | 2016-11-04 15:41:17 +0100 |
|---|---|---|
| committer | Holger Dengler <dengler@linutronix.de> | 2016-11-11 14:01:45 +0100 |
| commit | 3c2306040ec03bcb58dbb0dffa0c11f9901c9302 (patch) | |
| tree | f7ffd69f5bd07d0b63e6f82545ed7e949e915c7e /security/crypto/Makefile | |
| parent | c24a88ae80d8cf22e7fd4825f7a4ceaf157c1ee3 (diff) | |
security: Add cryptanalysis slides
Signed-off-by: Holger Dengler <dengler@linutronix.de>
Diffstat (limited to 'security/crypto/Makefile')
| -rw-r--r-- | security/crypto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/crypto/Makefile b/security/crypto/Makefile index eee67f3..1078f26 100644 --- a/security/crypto/Makefile +++ b/security/crypto/Makefile @@ -1,3 +1,4 @@ obj-$(CONFIG_SECURITY_CRYPTO) += pres_crypto_en.pdf -obj-$(CONFIG_SECURITY_PKI) += pres_pki_en.pdf obj-$(CONFIG_SECURITY_CRYPTO) += pres_crypto_filesystems.pdf +obj-$(CONFIG_SECURITY_CRYPTO) += pres_cryptanalysis_en.pdf +obj-$(CONFIG_SECURITY_PKI) += pres_pki_en.pdf |
