From: Mark Wooding Date: Thu, 3 Oct 2019 13:33:36 +0000 (+0100) Subject: key/key-io.c: Add low-level `key_mergeline' and `key_extractline' functions. X-Git-Tag: 2.6.0~45 X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/commitdiff_plain/8f2287ef5c05d496fcb9b012629af007fe56f897?hp=8f2287ef5c05d496fcb9b012629af007fe56f897 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. ---