Re: [PATCH net-next] crypto: af_alg - make exports consistant

2015-04-01 Thread David Miller
From: Tadeusz Struk Date: Mon, 30 Mar 2015 14:25:43 -0700 > Use EXPORT_SYMBOL_GPL instead of EXPORT_SYMBOL. > > Signed-off-by: Tadeusz Struk Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majord...@vger.kernel.org More majordomo

[PATCH net-next] crypto: af_alg - make exports consistant

2015-03-30 Thread Tadeusz Struk
Use EXPORT_SYMBOL_GPL instead of EXPORT_SYMBOL. Signed-off-by: Tadeusz Struk --- crypto/af_alg.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/af_alg.c b/crypto/af_alg.c index 26089d1..f22cc56 100644 --- a/crypto/af_alg.c +++ b/crypto/af_alg.c @@ -381,7 +381,7 @@