]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorAlan T. DeKok <aland@freeradius.org>
Thu, 14 Apr 2022 12:05:19 +0000 (08:05 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 14 Apr 2022 12:05:24 +0000 (08:05 -0400)
src/lib/tls/engine.c

index 4ed82324e93b4f235ae6d796aca7ff2a5e9c9c1b..239769ff8bd5d99eedfa708899fa289684c9dbb3 100644 (file)
@@ -72,7 +72,7 @@ static int8_t tls_engine_cmp(void const *one, void const *two)
 {
        tls_engine_t const *a = talloc_get_type_abort_const(one, tls_engine_t);
        tls_engine_t const *b = talloc_get_type_abort_const(two, tls_engine_t);
-       uint8_t ret;
+       int8_t ret;
 
        ret = CMP(strcmp(a->id, b->id), 0);
        if (ret != 0) return ret;