diff options
-rwxr-xr-x | examples/vrfy.sig | 1 |
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" | |||
13 | local function genkey(type) | 13 | local function genkey(type) |
14 | type = string.upper(type or (not openssl.NO_EC and "EC") or "RSA") | 14 | type = string.upper(type or (not openssl.NO_EC and "EC") or "RSA") |
15 | 15 | ||
16 | local key | ||
17 | if type == "RSA" then | 16 | if type == "RSA" then |
18 | return pkey.new{ type = "RSA", bits = 1024 } | 17 | return pkey.new{ type = "RSA", bits = 1024 } |
19 | elseif type == "DSA" then | 18 | elseif type == "DSA" then |