| 21 | }; |
| 22 | |
| 23 | static struct exposesecret *exposesecret_data(struct plugin *plugin) |
| 24 | { |
| 25 | return plugin_get_data(plugin, struct exposesecret); |
| 26 | } |
| 27 | |
| 28 | /* Don't let compiler do clever things, which would allow the caller |
| 29 | * to measure time, and figure out how much of the passphrase matched! */ |
no outgoing calls
no test coverage detected