Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67035
b: refs/heads/master
c: c5a511f
h: refs/heads/master
i:
  67033: 5aa0ad1
  67031: a2a28e5
v: v3
  • Loading branch information
Sebastian Siewior authored and David S. Miller committed Oct 10, 2007
1 parent a2268d4 commit f1f3800
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: 7607bd8ff03b8af5af887931318cb2bb20361856
refs/heads/master: c5a511f1cd6f90a98ad11dd97e2313c7c787deb2
2 changes: 1 addition & 1 deletion trunk/crypto/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ obj-$(CONFIG_CRYPTO_PCBC) += pcbc.o
obj-$(CONFIG_CRYPTO_LRW) += lrw.o
obj-$(CONFIG_CRYPTO_XTS) += xts.o
obj-$(CONFIG_CRYPTO_CRYPTD) += cryptd.o
obj-$(CONFIG_CRYPTO_DES) += des.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
Expand Down
1 change: 1 addition & 0 deletions trunk/crypto/des.c → trunk/crypto/des_generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -1009,3 +1009,4 @@ module_exit(fini);
MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("DES & Triple DES EDE Cipher Algorithms");
MODULE_AUTHOR("Dag Arne Osvik <da@osvik.no>");
MODULE_ALIAS("des");

0 comments on commit f1f3800

Please sign in to comment.