master
add paper.txt target;
Rather than invoking fork/execve of dc(1) on a pipe, compile in the dc(1) code directly and use it as a subfunction. This refactoring allows use of pledge "stdio rpath proc tty" in the main bc(1) process before fork, pledge "stdio rpath tty" after fork, and fully reduced to "stdio" in the dc(1) child.
Delete obsolete /* ARGSUSED */ lint comments.
Include bn.h and err.h from <openssl/...>, not the old <ssl/...> location.
Add some references, most of these were removed when we stopped building and installing USD/SMM/PSD docs.
correct indentation; no functional change ok tb@
Use LibreSSLs specialized functions to print base 10 and base 16. Also optimize the general case a bit. ok semarie@
Use proper BN functions for error reporting; from kshe
strdup -> bstrdup; from Michael W. Bombardieri