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)
commit8f2287ef5c05d496fcb9b012629af007fe56f897
tree2384676feef77e178c0fb449c4be4bfd8bfcef8e
parentb1d7b4240027d23d1e9af6b194a5d20fb217dd95
key/key-io.c: Add low-level `key_mergeline' and `key_extractline' functions.

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.
debian/catacomb2.symbols
key/key-io.c
key/key.h