Message ID | 156140326736.29777.7751606850237303573.stgit@taos (mailing list archive) |
---|---|
State | Changes Requested |
Delegated to: | Herbert Xu |
Headers | show |
Series | Clean up crypto documentation | expand |
On Mon, Jun 24, 2019 at 07:07:49PM +0000, Hook, Gary wrote: > Add a reference to the crypto engine documentation to > the index. > > Signed-off-by: Gary R Hook <gary.hook@amd.com> > --- > Documentation/crypto/index.rst | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/crypto/index.rst b/Documentation/crypto/index.rst > index c4ff5d791233..37cd7fb0ea82 100644 > --- a/Documentation/crypto/index.rst > +++ b/Documentation/crypto/index.rst > @@ -19,6 +19,7 @@ for cryptographic use cases, as well as programming examples. > intro > architecture > devel-algos > + crypto_engine > userspace-if > crypto_engine > api > It's already in the list. - Eric
On 6/24/19 5:03 PM, Eric Biggers wrote: > On Mon, Jun 24, 2019 at 07:07:49PM +0000, Hook, Gary wrote: >> Add a reference to the crypto engine documentation to >> the index. >> >> Signed-off-by: Gary R Hook <gary.hook@amd.com> >> --- >> Documentation/crypto/index.rst | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/Documentation/crypto/index.rst b/Documentation/crypto/index.rst >> index c4ff5d791233..37cd7fb0ea82 100644 >> --- a/Documentation/crypto/index.rst >> +++ b/Documentation/crypto/index.rst >> @@ -19,6 +19,7 @@ for cryptographic use cases, as well as programming examples. >> intro >> architecture >> devel-algos >> + crypto_engine >> userspace-if >> crypto_engine >> api >> > > It's already in the list. Gah! And at the moment I can't remember why that even got put there. Apologies. grh
diff --git a/Documentation/crypto/index.rst b/Documentation/crypto/index.rst index c4ff5d791233..37cd7fb0ea82 100644 --- a/Documentation/crypto/index.rst +++ b/Documentation/crypto/index.rst @@ -19,6 +19,7 @@ for cryptographic use cases, as well as programming examples. intro architecture devel-algos + crypto_engine userspace-if crypto_engine api
Add a reference to the crypto engine documentation to the index. Signed-off-by: Gary R Hook <gary.hook@amd.com> --- Documentation/crypto/index.rst | 1 + 1 file changed, 1 insertion(+)