crypto.h: move the error stuff to the end
authortb <tb@openbsd.org>
Sat, 1 Jul 2023 09:04:19 +0000 (09:04 +0000)
committertb <tb@openbsd.org>
Sat, 1 Jul 2023 09:04:19 +0000 (09:04 +0000)
commit768db7e8cbee81a267ad3d094b013bbd63f3b383
tree3d83c1c8415adb5bc2c609169c15260964aa856c
parent2b571f7f12172748274c0659de75c80671d25f74
crypto.h: move the error stuff to the end

The other public headers have function and reason codes at the end because
the error header was inlined. This was also the case here, too, until the
automatic library initialization was appended.
lib/libcrypto/crypto.h