X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=crypto%2Fvmac.c;h=8979bc8fd4a02515848def6026667ce89f03802e;hp=f35ff8a3926e2689deb66f6db541a79b1a6703f3;hb=3cc0730eef779b6d7e27d6dfa5bd81f76a2baa0c;hpb=a61944c251c3e68c4bbf6eb96ff61c7b286351c5 diff --git a/crypto/vmac.c b/crypto/vmac.c index f35ff8a3926e..8979bc8fd4a0 100644 --- a/crypto/vmac.c +++ b/crypto/vmac.c @@ -27,6 +27,7 @@ #include #include #include +#include #include #include #include @@ -672,4 +673,5 @@ module_exit(vmac_module_exit); MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("VMAC hash algorithm"); +MODULE_ALIAS_CRYPTO("vmac");