X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=crypto%2Fvmac.c;h=8979bc8fd4a02515848def6026667ce89f03802e;hb=bbac54a340725967fc76de730f384503bfcb835e;hp=f35ff8a3926e2689deb66f6db541a79b1a6703f3;hpb=4b60e5f90dec4ae251386f20464336369e962e9c;p=pandora-kernel.git 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");