aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/pubkey.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pubkey/pubkey.h')
-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