From fa2dec1268457d1da65ccd771767095d97f8ac70 Mon Sep 17 00:00:00 2001 From: Joel Sing Date: Sat, 23 Oct 2021 08:13:53 +0000 Subject: Revise regress for tlsext_tick_lifetime_hint changing type. --- regress/lib/libssl/asn1/asn1test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'regress') diff --git a/regress/lib/libssl/asn1/asn1test.c b/regress/lib/libssl/asn1/asn1test.c index 18a97138788..9898b91ed34 100644 --- a/regress/lib/libssl/asn1/asn1test.c +++ b/regress/lib/libssl/asn1/asn1test.c @@ -1,4 +1,4 @@ -/* $OpenBSD: asn1test.c,v 1.8 2021/06/30 18:09:46 jsing Exp $ */ +/* $OpenBSD: asn1test.c,v 1.9 2021/10/23 08:13:52 jsing Exp $ */ /* * Copyright (c) 2014, 2016 Joel Sing * @@ -350,7 +350,7 @@ session_cmp(SSL_SESSION *s1, SSL_SESSION *s2) } if (s1->tlsext_tick_lifetime_hint != s2->tlsext_tick_lifetime_hint) { fprintf(stderr, "tlsext_tick_lifetime_hint differs: " - "%li != %li\n", s1->tlsext_tick_lifetime_hint, + "%u != %u\n", s1->tlsext_tick_lifetime_hint, s2->tlsext_tick_lifetime_hint); return (1); } -- cgit v1.2.3