key/key-io.c: Add low-level `key_mergeline' and `key_extractline' functions.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 3 Oct 2019 13:33:36 +0000 (14:33 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 9 May 2020 19:57:33 +0000 (20:57 +0100)
Python 3 doesn't use C `stdio' streams.  In order to integrate properly,
we need to provide some other way to do I/O of key material.  Introduce
new functions which work in terms of lines in the keyring, which a
Python wrapper can transfer between us and a Python file.


No differences found