diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libssl/ssl_txt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_txt.c b/src/lib/libssl/ssl_txt.c index cb14ccc855..33b067a73b 100644 --- a/src/lib/libssl/ssl_txt.c +++ b/src/lib/libssl/ssl_txt.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl_txt.c,v 1.34 2022/06/07 17:22:22 tb Exp $ */ | 1 | /* $OpenBSD: ssl_txt.c,v 1.35 2022/06/07 17:55:08 tb Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -107,7 +107,7 @@ SSL_SESSION_print_fp(FILE *fp, const SSL_SESSION *x) | |||
107 | int | 107 | int |
108 | SSL_SESSION_print(BIO *bp, const SSL_SESSION *x) | 108 | SSL_SESSION_print(BIO *bp, const SSL_SESSION *x) |
109 | { | 109 | { |
110 | unsigned int i; | 110 | size_t i; |
111 | int ret = 0; | 111 | int ret = 0; |
112 | 112 | ||
113 | if (x == NULL) | 113 | if (x == NULL) |