summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/pkeyutl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr.bin/openssl/pkeyutl.c')
-rw-r--r--src/usr.bin/openssl/pkeyutl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/pkeyutl.c b/src/usr.bin/openssl/pkeyutl.c
index 4752b4c79a..dd52e93dfa 100644
--- a/src/usr.bin/openssl/pkeyutl.c
+++ b/src/usr.bin/openssl/pkeyutl.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: pkeyutl.c,v 1.11 2017/01/20 08:57:12 deraadt Exp $ */ 1/* $OpenBSD: pkeyutl.c,v 1.12 2018/01/28 09:21:34 inoguchi Exp $ */
2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL 2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
3 * project 2006. 3 * project 2006.
4 */ 4 */
@@ -95,7 +95,7 @@ pkeyutl_main(int argc, char **argv)
95 int keysize = -1; 95 int keysize = -1;
96 96
97 unsigned char *buf_in = NULL, *buf_out = NULL, *sig = NULL; 97 unsigned char *buf_in = NULL, *buf_out = NULL, *sig = NULL;
98 size_t buf_outlen; 98 size_t buf_outlen = 0;
99 int buf_inlen = 0, siglen = -1; 99 int buf_inlen = 0, siglen = -1;
100 100
101 int ret = 1, rv = -1; 101 int ret = 1, rv = -1;