diff options
author | lloyd <[email protected]> | 2009-10-13 11:29:19 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-10-13 11:29:19 +0000 |
commit | 0cdb1990f78a19c62c3521cce0dd6a2e3460a190 (patch) | |
tree | fa12c6455cabecbb5b8c2b1fa52c202fdba53025 /src | |
parent | 8f95a003ad84d28132c1753243a074fd22d2463c (diff) |
Fix indent
Diffstat (limited to 'src')
-rw-r--r-- | src/pubkey/pubkey.h | 2 |
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 |