autofs: make autofs_expire_direct() static
[sfrench/cifs-2.6.git] / crypto / wp512.c
index 7ee5a043a988350770c3fe712f45b4f3995063c9..149e577fb7726afac56369488adaca6ca6118b1e 100644 (file)
@@ -1127,7 +1127,6 @@ static struct shash_alg wp_algs[3] = { {
        .descsize       =       sizeof(struct wp512_ctx),
        .base           =       {
                .cra_name       =       "wp512",
-               .cra_flags      =       CRYPTO_ALG_TYPE_SHASH,
                .cra_blocksize  =       WP512_BLOCK_SIZE,
                .cra_module     =       THIS_MODULE,
        }
@@ -1139,7 +1138,6 @@ static struct shash_alg wp_algs[3] = { {
        .descsize       =       sizeof(struct wp512_ctx),
        .base           =       {
                .cra_name       =       "wp384",
-               .cra_flags      =       CRYPTO_ALG_TYPE_SHASH,
                .cra_blocksize  =       WP512_BLOCK_SIZE,
                .cra_module     =       THIS_MODULE,
        }
@@ -1151,7 +1149,6 @@ static struct shash_alg wp_algs[3] = { {
        .descsize       =       sizeof(struct wp512_ctx),
        .base           =       {
                .cra_name       =       "wp256",
-               .cra_flags      =       CRYPTO_ALG_TYPE_SHASH,
                .cra_blocksize  =       WP512_BLOCK_SIZE,
                .cra_module     =       THIS_MODULE,
        }