]> git.kaiwu.me - njs.git/commit
Crypto: added back custom exception types using new public API.
authorDmitry Volyntsev <xeioex@nginx.com>
Wed, 21 Jun 2023 23:29:48 +0000 (16:29 -0700)
committerDmitry Volyntsev <xeioex@nginx.com>
Wed, 21 Jun 2023 23:29:48 +0000 (16:29 -0700)
commit56e747c91f16a893e4091796d7cbea6b8bb9c184
tree91bdda2110db534056632f92a667a659645575d1
parent0340bdbcff791b1ecb82696357794fde8a8a67cd
Crypto: added back custom exception types using new public API.

In b2cbf06ba017, when rewriting crypto module using public API all the
exceptions types were squashed into a single Error type. This patch
reintroduces the standard exception types back using new API.
external/njs_crypto_module.c
src/test/njs_unit_test.c