artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7a7000
)
Cosmetic fix for copy-pasto
author
tb
<tb@openbsd.org>
Wed, 16 Aug 2023 10:38:33 +0000
(10:38 +0000)
committer
tb
<tb@openbsd.org>
Wed, 16 Aug 2023 10:38:33 +0000
(10:38 +0000)
regress/usr.sbin/rpki-client/openssl11/unistd.h
patch
|
blob
|
history
diff --git
a/regress/usr.sbin/rpki-client/openssl11/unistd.h
b/regress/usr.sbin/rpki-client/openssl11/unistd.h
index
5f7fe2c
..
b3f5c3a
100644
(file)
--- 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