From: Jonathan McDowell Date: Tue, 9 Apr 2019 14:55:02 +0000 (+0100) Subject: Move keysigs into its only user, keydb.c X-Git-Tag: onak-0.6.0~68 X-Git-Url: https://the.earth.li/gitweb/?a=commitdiff_plain;h=357fbc65bfab230bbf12313e8b458d8325a6174f;hp=357fbc65bfab230bbf12313e8b458d8325a6174f;p=onak.git Move keysigs into its only user, keydb.c keysigs is only actually used within keydb.c and pulls in stats structures unnecessarily to decodekey.c, so pull it inline. ---