lib/crypto: simplify public_key_verify_signature
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 8 Aug 2020 16:57:47 +0000 (18:57 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 8 Aug 2020 17:03:12 +0000 (19:03 +0200)
commit9bdbc8ef983547e85704fe2f75431c88e1989e33
tree73d1a2e47b5f2658de0afcdea5b101c7d923de8a
parentb904d79e4809bf35cf53c2e5fee0f73647bab07a
lib/crypto: simplify public_key_verify_signature

The variable region is filled but never used. Remove it.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/crypto/public_key.c