From f88b333f9eaa605a0f7a835874b5b562b294b1c3 Mon Sep 17 00:00:00 2001 From: William Ahern Date: Sat, 29 Oct 2016 17:00:32 -0700 Subject: not using key variable in vrfy.sig:genkey --- examples/vrfy.sig | 1 - 1 file changed, 1 deletion(-) (limited to 'examples') diff --git a/examples/vrfy.sig b/examples/vrfy.sig index f6cc927..84bcfcc 100755 --- a/examples/vrfy.sig +++ b/examples/vrfy.sig @@ -13,7 +13,6 @@ local digest = require"openssl.digest" local function genkey(type) type = string.upper(type or (not openssl.NO_EC and "EC") or "RSA") - local key if type == "RSA" then return pkey.new{ type = "RSA", bits = 1024 } elseif type == "DSA" then -- cgit v1.2.3-59-g8ed1b