aboutsummaryrefslogtreecommitdiffstats
path: root/examples/vrfy.sig
diff options
context:
space:
mode:
Diffstat (limited to 'examples/vrfy.sig')
-rwxr-xr-xexamples/vrfy.sig1
1 files changed, 0 insertions, 1 deletions
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