chiark / gitweb /
secnet: loadpub interface: Return a closure_t too
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 3 Dec 2019 22:57:15 +0000 (22:57 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 7 Dec 2019 21:51:51 +0000 (21:51 +0000)
commite57a9935397a6300ed139d034b7f36b287380919
treeee173b8f09948afd34d6dbd1554bd689b6fbb461
parent9327f419a3821d53aa775db3971a494ec43cc4c8
secnet: loadpub interface: Return a closure_t too

We are going to want this for the `make-public' verb.  In principle we
could just return the closure and the call site that wants the ops
could fish it out, but given that we have both this seems nicer.

(The secnet closure interface paradigm is not particularly pretty but
I don't fancy reworking it now...)

We will want this for loadpriv, too.  That will come (considerably)
later.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
pubkeys.fl.pl
rsa.c
secnet.h