X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fnet%2Fsctp%2Fsctp.h;h=1c1abce5f6b64790a41d4895dc0756058a079d8a;hb=1b489e11d4df82514792f9f981f31976f8a94ddf;hp=92eae0e0f3f152d54534fedd0633ff3d44f34ba3;hpb=07d4ee583e21830ec5604d31f65cdc60a6eca19e;p=linux-2.6 diff --git a/include/net/sctp/sctp.h b/include/net/sctp/sctp.h index 92eae0e0f3..1c1abce5f6 100644 --- a/include/net/sctp/sctp.h +++ b/include/net/sctp/sctp.h @@ -330,17 +330,6 @@ static inline void sctp_v6_exit(void) { return; } #endif /* #if defined(CONFIG_IPV6) */ -/* Some wrappers, in case crypto not available. */ -#if defined (CONFIG_CRYPTO_HMAC) -#define sctp_crypto_alloc_tfm crypto_alloc_tfm -#define sctp_crypto_free_tfm crypto_free_tfm -#define sctp_crypto_hmac crypto_hmac -#else -#define sctp_crypto_alloc_tfm(x...) NULL -#define sctp_crypto_free_tfm(x...) -#define sctp_crypto_hmac(x...) -#endif - /* Map an association to an assoc_id. */ static inline sctp_assoc_t sctp_assoc2id(const struct sctp_association *asoc)