Add Coprocess class

It provides a convenient way to spawn a process and read from/write to
its stdin/stdout.
This commit is contained in:
Andrew Ayer
2015-05-24 18:54:11 -07:00
parent 3db6271492
commit 44f70e6b48
12 changed files with 992 additions and 305 deletions
+3 -1
View File
@@ -10,7 +10,9 @@ OBJFILES = \
gpg.o \
key.o \
util.o \
parse_options.o
parse_options.o \
coprocess.o \
fhstream.o
OBJFILES += crypto-openssl.o
LDFLAGS += -lcrypto