From: djm@openbsd.org Date: Thu, 24 Jul 2025 23:27:04 +0000 (+0000) Subject: upstream: this should include stdlib.h explicitly X-Git-Tag: V_10_1_P1~189 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf33a73c40522ce60961d4fff316a7187fb06ca0;p=thirdparty%2Fopenssh-portable.git upstream: this should include stdlib.h explicitly OpenBSD-Commit-ID: 1c0cc5c3838344b33ae4ab7aa62c01530357bf29 --- diff --git a/ssh-pkcs11-client.c b/ssh-pkcs11-client.c index 8aaa4d2d6..a1bf85aa6 100644 --- a/ssh-pkcs11-client.c +++ b/ssh-pkcs11-client.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh-pkcs11-client.c,v 1.21 2025/07/24 05:44:55 djm Exp $ */ +/* $OpenBSD: ssh-pkcs11-client.c,v 1.22 2025/07/24 23:27:04 djm Exp $ */ /* * Copyright (c) 2010 Markus Friedl. All rights reserved. * Copyright (c) 2014 Pedro Martelletto. All rights reserved.