diff options
Diffstat (limited to 'doc/manual/fpe.rst')
-rw-r--r-- | doc/manual/fpe.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/manual/fpe.rst b/doc/manual/fpe.rst index 9fbb27f7c..3eed7f4ce 100644 --- a/doc/manual/fpe.rst +++ b/doc/manual/fpe.rst @@ -1,4 +1,3 @@ - Format Preserving Encryption ======================================== @@ -54,4 +53,4 @@ This example encrypts a credit card number with a valid `Luhn checksum <http://en.wikipedia.org/wiki/Luhn_algorithm>`_ to another number with the same format, including a correct checksum. -.. literalinclude:: ../../src/cmd/fpe.cpp +.. literalinclude:: ../../src/cli/fpe.cpp |