aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/manual/pubkey.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/pubkey.rst b/doc/manual/pubkey.rst
index f6bbca412..17ebea231 100644
--- a/doc/manual/pubkey.rst
+++ b/doc/manual/pubkey.rst
@@ -722,7 +722,7 @@ applies the key derivation function KDF2(SHA-256) with 256 bit output length to
int main()
{
- Botan::AutoSeeded_RNG rng
+ Botan::AutoSeeded_RNG rng;
// ec domain and
Botan::EC_Group domain("secp521r1");
std::string kdf = "KDF2(SHA-256)";