do_pipe_sig is now only used in openssl.c - just call signal() directly
authorjsing <jsing@openbsd.org>
Fri, 25 Apr 2014 14:00:15 +0000 (14:00 +0000)
committerjsing <jsing@openbsd.org>
Fri, 25 Apr 2014 14:00:15 +0000 (14:00 +0000)
commit20a3020c4669a509252f04726802569b65874ffb
tree2fab16ec9d9e78c93b768ffdf89b848932a25ae9
parentecb3b95e571c30489f8eedc81ec8d8e1bd6389b0
do_pipe_sig is now only used in openssl.c - just call signal() directly
from there instead and ditch the macro.
lib/libssl/src/apps/apps.h
lib/libssl/src/apps/openssl.c