aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/hash_quickly.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/hash_quickly.cpp')
-rw-r--r--doc/examples/hash_quickly.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/hash_quickly.cpp b/doc/examples/hash_quickly.cpp
index d8d991d9e..e719a7178 100644
--- a/doc/examples/hash_quickly.cpp
+++ b/doc/examples/hash_quickly.cpp
@@ -63,7 +63,7 @@ int main(int argc, char* argv[])
const std::string hash = "SHA-1";
- //set_fastest_implementation(hash, rng);
+ set_fastest_implementation(hash, rng);
// Here we intentionally use the 'old style' lookup interface
// which will also respect the provider settings. Or can use: