diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-09-04 04:36:15 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-09-04 04:36:15 +0000 |
commit | 93859ed6ca1a83129612597a18a15994e6e18881 (patch) | |
tree | 2fe279c8869d25c47340a6a812a970adcdd6c682 /regress | |
parent | ae5e33fbc3a50b3879501f45a87f61e65ce95ee2 (diff) |
Remove openssl 1.1 regress
Diffstat (limited to 'regress')
-rw-r--r-- | regress/usr.sbin/rpki-client/openssl11/Makefile | 8 | ||||
-rw-r--r-- | regress/usr.sbin/rpki-client/openssl11/unistd.h | 16 |
2 files changed, 0 insertions, 24 deletions
diff --git a/regress/usr.sbin/rpki-client/openssl11/Makefile b/regress/usr.sbin/rpki-client/openssl11/Makefile deleted file mode 100644 index d7122991359..00000000000 --- a/regress/usr.sbin/rpki-client/openssl11/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# $OpenBSD: Makefile,v 1.18 2023/05/22 15:20:16 tb Exp $ - -LDADD += -Wl,-rpath,/usr/local/lib/eopenssl11 -L/usr/local/lib/eopenssl11 -CFLAGS += -I${.CURDIR}/ -I/usr/local/include/eopenssl11/ - -.PATH: ${.CURDIR}/.. - -.include <bsd.regress.mk> diff --git a/regress/usr.sbin/rpki-client/openssl11/unistd.h b/regress/usr.sbin/rpki-client/openssl11/unistd.h deleted file mode 100644 index b3f5c3adc9a..00000000000 --- a/regress/usr.sbin/rpki-client/openssl11/unistd.h +++ /dev/null @@ -1,16 +0,0 @@ -/* - * Public domain - * compatibility shim for openssl11 - * overloading unistd.h is a ugly guly hack for this issue but works here - */ - -#include_next <unistd.h> - -#include <openssl/stack.h> - -#define CMS_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 -#endif |