aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manual/passhash.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2015-12-19 21:13:30 -0500
committerJack Lloyd <[email protected]>2015-12-19 21:13:30 -0500
commit6da5bc56c45c7151f64f65cba93d4fa7ef0a574a (patch)
tree1406fb29971dd400f41d919c9ddb2a301f5df19d /doc/manual/passhash.rst
parent4ff6700e33a3da6dd711fb614c80ac672796330e (diff)
Remove references to deleted examples GH #339
Diffstat (limited to 'doc/manual/passhash.rst')
-rw-r--r--doc/manual/passhash.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/manual/passhash.rst b/doc/manual/passhash.rst
index 6d4dd22a0..417e58265 100644
--- a/doc/manual/passhash.rst
+++ b/doc/manual/passhash.rst
@@ -94,10 +94,6 @@ outputs that look like this::
password is the same as the one that was used to generate the
bcrypt hash.
-Here is an example of using bcrypt:
-
-.. literalinclude:: ../../src/cli/bcrypt.cpp
-
.. _passhash9:
Passhash9