| 145 | } |
| 146 | |
| 147 | const char *get_signature_format(const char *buf) |
| 148 | { |
| 149 | struct gpg_format *format = get_format_by_sig(buf); |
| 150 | return format ? format->name : "unknown"; |
| 151 | } |
| 152 | |
| 153 | int valid_signature_format(const char *format) |
| 154 | { |
no test coverage detected