aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2012-08-09 20:30:26 +0000
committerlloyd <[email protected]>2012-08-09 20:30:26 +0000
commit5df6c37a9b8047e4ad65f2a2813653dd10403203 (patch)
treebb1f0724610a26e66f3b3924cdbcc39daac33f8b /src
parenteeda0761e45c9f44741a81b063af07ce7c12d93a (diff)
Remove stray newline
Diffstat (limited to 'src')
-rw-r--r--src/kdf/kdf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/kdf/kdf.h b/src/kdf/kdf.h
index e158df0ae..811d0141a 100644
--- a/src/kdf/kdf.h
+++ b/src/kdf/kdf.h
@@ -43,7 +43,6 @@ class BOTAN_DLL KDF : public Algorithm
{
return derive_key(key_len, &secret[0], secret.size(),
&salt[0], salt.size());
-
}
/**