summaryrefslogtreecommitdiff
path: root/regress/usr.sbin/rpki-client
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2023-08-16 10:38:34 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2023-08-16 10:38:34 +0000
commitd7ef3221e45427a1ac85ff53a9dde3d4aef4bd98 (patch)
treec29ae59cfed80a510879bfb7cee7a22d17bb2673 /regress/usr.sbin/rpki-client
parent249092c9f640ccd7b6a28ed40135471f8fcc19c8 (diff)
Cosmetic fix for copy-pasto
Diffstat (limited to 'regress/usr.sbin/rpki-client')
-rw-r--r--regress/usr.sbin/rpki-client/openssl11/unistd.h2
1 files changed, 1 insertions, 1 deletions
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 <openssl/stack.h>
#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