Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204341
b: refs/heads/master
c: 5b04fc1
h: refs/heads/master
i:
  204339: 30e50a7
v: v3
  • Loading branch information
Joachim Fritschi authored and Herbert Xu committed Jun 3, 2010
1 parent 43b81e2 commit 42abde0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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: 0b767f96164b2b27488e3daa722ff16e89d49314
refs/heads/master: 5b04fc170382195d7d33fd08e3ccc2ad8e50e782
2 changes: 1 addition & 1 deletion trunk/crypto/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ obj-$(CONFIG_CRYPTO_CRYPTD) += cryptd.o
obj-$(CONFIG_CRYPTO_DES) += des_generic.o
obj-$(CONFIG_CRYPTO_FCRYPT) += fcrypt.o
obj-$(CONFIG_CRYPTO_BLOWFISH) += blowfish.o
obj-$(CONFIG_CRYPTO_TWOFISH) += twofish.o
obj-$(CONFIG_CRYPTO_TWOFISH) += twofish_generic.o
obj-$(CONFIG_CRYPTO_TWOFISH_COMMON) += twofish_common.o
obj-$(CONFIG_CRYPTO_SERPENT) += serpent.o
obj-$(CONFIG_CRYPTO_AES) += aes_generic.o
Expand Down
1 change: 1 addition & 0 deletions trunk/crypto/twofish.c → trunk/crypto/twofish_generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,3 +212,4 @@ module_exit(twofish_mod_fini);

MODULE_LICENSE("GPL");
MODULE_DESCRIPTION ("Twofish Cipher Algorithm");
MODULE_ALIAS("twofish");

0 comments on commit 42abde0

Please sign in to comment.