From: tb Date: Wed, 16 Aug 2023 10:38:33 +0000 (+0000) Subject: Cosmetic fix for copy-pasto X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b44087858ca8cc1859dfd0ab8057c23d4ba90ba2;p=openbsd Cosmetic fix for copy-pasto --- diff --git a/regress/usr.sbin/rpki-client/openssl11/unistd.h b/regress/usr.sbin/rpki-client/openssl11/unistd.h index 5f7fe2c7285..b3f5c3adc9a 100644 --- a/regress/usr.sbin/rpki-client/openssl11/unistd.h +++ b/regress/usr.sbin/rpki-client/openssl11/unistd.h @@ -9,7 +9,7 @@ #include #define CMS_get_version(cms, version) (*(version) = 3, 1) -#define CMS_SignerInfo_get_version(cms, version) (*(version) = 3, 1) +#define CMS_SignerInfo_get_version(si, version) (*(version) = 3, 1) #ifndef DECLARE_STACK_OF #define DECLARE_STACK_OF DEFINE_STACK_OF