diff options
author | tb <> | 2022-01-09 23:50:10 +0000 |
---|---|---|
committer | tb <> | 2022-01-09 23:50:10 +0000 |
commit | 6fdfbb9f435044e140b7b1434c13471664a9de1c (patch) | |
tree | 015bdb3dad1610983701b6a466e4eee7db0708f4 /src/lib/libcrypto/comp/comp_local.h | |
parent | 1050bd87c0df9d7bceeb4e58ed0c9836dc272a6b (diff) | |
download | openbsd-6fdfbb9f435044e140b7b1434c13471664a9de1c.tar.gz openbsd-6fdfbb9f435044e140b7b1434c13471664a9de1c.tar.bz2 openbsd-6fdfbb9f435044e140b7b1434c13471664a9de1c.zip |
Add an essentially empty comp_local.h and include it where it will
be needed.
discussed with jsing
Diffstat (limited to 'src/lib/libcrypto/comp/comp_local.h')
-rw-r--r-- | src/lib/libcrypto/comp/comp_local.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/lib/libcrypto/comp/comp_local.h b/src/lib/libcrypto/comp/comp_local.h new file mode 100644 index 0000000000..e1dfff1251 --- /dev/null +++ b/src/lib/libcrypto/comp/comp_local.h | |||
@@ -0,0 +1,10 @@ | |||
1 | /* $OpenBSD: comp_local.h,v 1.1 2022/01/09 23:50:10 tb Exp $ */ | ||
2 | |||
3 | #ifndef HEADER_COMP_LOCAL_H | ||
4 | #define HEADER_COMP_LOCAL_H | ||
5 | |||
6 | __BEGIN_HIDDEN_DECLS | ||
7 | |||
8 | __END_HIDDEN_DECLS | ||
9 | |||
10 | #endif /* !HEADER_COMP_LOCAL_H */ | ||