Stub out {OpenSSL,OPENSSL}_add*
authortb <tb@openbsd.org>
Sat, 13 Jan 2024 11:18:52 +0000 (11:18 +0000)
committertb <tb@openbsd.org>
Sat, 13 Jan 2024 11:18:52 +0000 (11:18 +0000)
commit7dcd30d8ac29afc44299a762acfd9f73050a4bf3
treef4fb863941c6a29b307e3033d2874a36d8d3b45a
parent61d548172637ec71422a7613ccb642eaa1bd8230
Stub out {OpenSSL,OPENSSL}_add*

These serve no purpose anymore (and really haven't for many years) but
will have to be kept since there's a number of software that still uses
them because many years ago they had to.

Relocate the stubs to crypto_init.c since library initialization's what
they were there for.

ok jsing
lib/libcrypto/Makefile
lib/libcrypto/crypto_init.c
lib/libcrypto/evp/c_all.c [deleted file]