diff options
author | Stephan Mueller <smueller@chronox.de> | 2016-10-21 04:58:46 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-12-13 16:38:06 -0700 |
commit | 71f3f027f8f8532d397ff2da7bdcd99bf0aa3867 (patch) | |
tree | 14ae7fae5faba356f5b516b871ba2ba698064df9 /Documentation/crypto | |
parent | 8d23da22ac33be784451fb005cde300c09cdb19d (diff) | |
download | linux-71f3f027f8f8532d397ff2da7bdcd99bf0aa3867.tar.bz2 |
crypto: doc - remove crypto_alloc_ablkcipher
Remove the documentation reference to crypto_alloc_ablkcipher as the API
function call was removed.
Signed-off-by: Stephan Mueller <smueller@chronox.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/crypto')
-rw-r--r-- | Documentation/crypto/api-skcipher.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/crypto/api-skcipher.rst b/Documentation/crypto/api-skcipher.rst index eabd369482ce..cd8830ba23af 100644 --- a/Documentation/crypto/api-skcipher.rst +++ b/Documentation/crypto/api-skcipher.rst @@ -107,9 +107,6 @@ Asynchronous Block Cipher API - Deprecated :doc: Asynchronous Block Cipher API .. kernel-doc:: include/linux/crypto.h - :functions: crypto_alloc_ablkcipher - -.. kernel-doc:: include/linux/crypto.h :functions: crypto_free_ablkcipher .. kernel-doc:: include/linux/crypto.h |