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