]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
log: Print libcrypto stack properly
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Sun, 16 Jan 2022 20:36:13 +0000 (14:36 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Sun, 16 Jan 2022 20:36:13 +0000 (14:36 -0600)
examples/tal/README.md
src/log.c

index 02f365b21d3c59254e5cc64f3f2e7c56dfcd4339..dd53c32d25caa4234302169d1787fde3b1ce8da6 100644 (file)
@@ -6,5 +6,5 @@ Alternatively, you can just download them manually. To the best of my knowledge,
 - APNIC: https://www.apnic.net/community/security/resource-certification/tal-archive/
 - ARIN: https://www.arin.net/resources/manage/rpki/tal/
 - LACNIC: https://www.lacnic.net/4984/2/lacnic/rpki-rpki-trust-anchor
-- RIPE-NCC: https://www.ripe.net/manage-ips-and-asns/resource-management/rpki/ripe-ncc-rpki-trust-anchor-structure
+- RIPE NCC: https://www.ripe.net/manage-ips-and-asns/resource-management/rpki/ripe-ncc-rpki-trust-anchor-structure
 
index 99091192313090b69c79ffaf869602b81764c3ae..7ed560bd52c2e8dcb11febb4feb48fba6dc2de46 100644 (file)
--- a/src/log.c
+++ b/src/log.c
@@ -554,7 +554,7 @@ static int
 log_crypto_error(const char *str, size_t len, void *_arg)
 {
        struct crypto_cb_arg *arg = _arg;
-       arg->error_fn(0, "-> %s", str);
+       arg->error_fn("-> %s", str);
        arg->stack_size++;
        return 1;
 }