summaryrefslogtreecommitdiff
path: root/pkcs1.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2012-06-03 22:02:59 +0200
committerNiels Möller <nisse@lysator.liu.se>2012-06-03 22:02:59 +0200
commitadad6eaac2d03fba830eb1630b5458c1ac7f1907 (patch)
treeea02b675e2cf8f3c6584f35f9f73fd0d072b3428 /pkcs1.h
parent0589865876f8c89047eaee1698071e31956b0480 (diff)
downloadnettle-adad6eaac2d03fba830eb1630b5458c1ac7f1907.tar.gz
Changes to pkcs1_signature_prefix interface.
Diffstat (limited to 'pkcs1.h')
-rw-r--r--pkcs1.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkcs1.h b/pkcs1.h
index 68de0b7d..2f6251e2 100644
--- a/pkcs1.h
+++ b/pkcs1.h
@@ -51,8 +51,8 @@ struct sha1_ctx;
struct sha256_ctx;
struct sha512_ctx;
-int
-pkcs1_signature_prefix(unsigned size,
+uint8_t *
+pkcs1_signature_prefix(unsigned key_size,
uint8_t *buffer,
unsigned id_size,
const uint8_t *id,