summaryrefslogtreecommitdiff
path: root/regress/usr.sbin/rpki-client/openssl11/unistd.h
blob: 6fd88bccd7fd9b9d96050e9e62c9d67275d8aee5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * 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>

#ifndef DECLARE_STACK_OF
#define DECLARE_STACK_OF DEFINE_STACK_OF
#endif