Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275534
b: refs/heads/master
c: 9c69898
h: refs/heads/master
v: v3
  • Loading branch information
Mimi Zohar committed Nov 16, 2011
1 parent 4e8be95 commit 71d20c6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f4a0d5abef14562c37dee5a1d49180f494106230
refs/heads/master: 9c69898783a0121399ec078d40d4ccc00e3cb0df
8 changes: 6 additions & 2 deletions trunk/security/keys/encrypted-keys/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@
# Makefile for encrypted keys
#

obj-$(CONFIG_ENCRYPTED_KEYS) += encrypted.o ecryptfs_format.o
obj-$(CONFIG_TRUSTED_KEYS) += masterkey_trusted.o
obj-$(CONFIG_ENCRYPTED_KEYS) += encrypted-keys.o

encrypted-keys-y := encrypted.o ecryptfs_format.o
masterkey-$(CONFIG_TRUSTED_KEYS) := masterkey_trusted.o
masterkey-$(CONFIG_TRUSTED_KEYS)-$(CONFIG_ENCRYPTED_KEYS) := masterkey_trusted.o
encrypted-keys-y += $(masterkey-y) $(masterkey-m-m)
3 changes: 2 additions & 1 deletion trunk/security/keys/encrypted-keys/encrypted.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
#define __ENCRYPTED_KEY_H

#define ENCRYPTED_DEBUG 0
#ifdef CONFIG_TRUSTED_KEYS
#if defined(CONFIG_TRUSTED_KEYS) || \
(defined(CONFIG_TRUSTED_KEYS_MODULE) && defined(CONFIG_ENCRYPTED_KEYS_MODULE))
extern struct key *request_trusted_key(const char *trusted_desc,
u8 **master_key, size_t *master_keylen);
#else
Expand Down

0 comments on commit 71d20c6

Please sign in to comment.