X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/e6a013d3b7c08d9c296809fcb6299c49fcd68ee4..8111ced6e2561056d0e34500ea013bd921548081:/server/keyset.c diff --git a/server/keyset.c b/server/keyset.c index a94132b3..2f2b550a 100644 --- a/server/keyset.c +++ b/server/keyset.c @@ -219,7 +219,7 @@ void ks_derivekey(octet *k, size_t ksz, const struct rawkey *rk, GH_DESTROY(h); IF_TRACING(T_KEYSET, { IF_TRACING(T_CRYPTO, { char _buf[32]; - sprintf(_buf, "crypto: %s key %s", dir ? "incoming" : "outgoing", what); + sprintf(_buf, "crypto: %s key %s", dir ? "outgoing" : "incoming", what); trace_block(T_CRYPTO, _buf, k, ksz); }) }) }