The apps_{startup,shutdown} macro mess is now only used in openssl.c -
authorjsing <jsing@openbsd.org>
Fri, 25 Apr 2014 13:55:25 +0000 (13:55 +0000)
committerjsing <jsing@openbsd.org>
Fri, 25 Apr 2014 13:55:25 +0000 (13:55 +0000)
commit3fdc869c4565a77873fcf283329fd43c16ae75d9
treeb2c9b4947380e8e19e8c876b0a4821d883d6f15d
parent26ad794d0ab1fc6406ad39371e69806183b29e04
The apps_{startup,shutdown} macro mess is now only used in openssl.c -
reduce the macro to two functions and just call them instead.

ok miod@
lib/libssl/src/apps/apps.h
lib/libssl/src/apps/openssl.c