aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-10-13 11:29:19 +0000
committerlloyd <[email protected]>2009-10-13 11:29:19 +0000
commit0cdb1990f78a19c62c3521cce0dd6a2e3460a190 (patch)
treefa12c6455cabecbb5b8c2b1fa52c202fdba53025 /src
parent8f95a003ad84d28132c1753243a074fd22d2463c (diff)
Fix indent
Diffstat (limited to 'src')
-rw-r--r--src/pubkey/pubkey.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pubkey/pubkey.h b/src/pubkey/pubkey.h
index 815550edd..c73a54d35 100644
--- a/src/pubkey/pubkey.h
+++ b/src/pubkey/pubkey.h
@@ -181,7 +181,7 @@ class BOTAN_DLL PK_Verifier
* @return true if the signature is valid
*/
bool verify_message(const byte msg[], u32bit msg_length,
- const byte sig[], u32bit sig_length);
+ const byte sig[], u32bit sig_length);
/**
* Verify a signature.
* @param msg the message that the signature belongs to