site.c, dh.c, secnet.h: Allow the dh `makeshared' method to fail.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 26 Apr 2017 10:53:05 +0000 (11:53 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 25 Sep 2019 12:46:59 +0000 (13:46 +0100)
commit29c2f8186faf13a8fb02fee07e80794b35481cf1
tree52e2a56a1131d56af9688b3e6a7c3f7245f590aa
parent757aecff2e9ddc579f49c36fb4e5867f62b469bf
site.c, dh.c, secnet.h: Allow the dh `makeshared' method to fail.

The only current implementation still can't, and won't, but change the
interface to acknowledge the possibility, and fix callers to propagate
failures.

Signed-off-by: Mark Wooding <mdw@distorted.org.uk>
dh.c
secnet.h
site.c