-/* $OpenBSD: c_rle.c,v 1.10 2022/12/23 23:23:02 schwarze Exp $ */
+/* $OpenBSD: c_rle.c,v 1.11 2022/12/24 07:12:09 tb Exp $ */
/*
* ---------------------------------------------------------------------------
* Patches to this file were contributed by
* are met:
*
* 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
+ * notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in
* simply be copied and put under another distribution licence
* [including the GNU Public Licence.]
*/
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+
#include <openssl/objects.h>
#include <openssl/comp.h>
-/* $OpenBSD: c_zlib.c,v 1.23 2022/12/23 23:23:02 schwarze Exp $ */
+/* $OpenBSD: c_zlib.c,v 1.24 2022/12/24 07:12:09 tb Exp $ */
/*
* ---------------------------------------------------------------------------
* Major patches to this file were contributed by
* are met:
*
* 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
+ * notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in
* simply be copied and put under another distribution licence
* [including the GNU Public Licence.]
*/
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+
#include <openssl/objects.h>
#include <openssl/comp.h>
#include <openssl/err.h>
-/* $OpenBSD: comp.h,v 1.10 2022/12/23 23:23:02 schwarze Exp $ */
+/* $OpenBSD: comp.h,v 1.11 2022/12/24 07:12:09 tb Exp $ */
/*
* ---------------------------------------------------------------------------
* Patches to this file were contributed by
* are met:
*
* 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
+ * notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in
* simply be copied and put under another distribution licence
* [including the GNU Public Licence.]
*/
+
#ifndef HEADER_COMP_H
#define HEADER_COMP_H
-/* $OpenBSD: comp_lib.c,v 1.10 2022/12/23 23:23:02 schwarze Exp $ */
+/* $OpenBSD: comp_lib.c,v 1.11 2022/12/24 07:12:09 tb Exp $ */
/*
* ---------------------------------------------------------------------------
* Patches to this file were contributed by
* are met:
*
* 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
+ * notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in
* simply be copied and put under another distribution licence
* [including the GNU Public Licence.]
*/
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+
#include <openssl/objects.h>
#include <openssl/comp.h>
-/* $OpenBSD: comp_local.h,v 1.3 2022/12/23 23:23:02 schwarze Exp $ */
+/* $OpenBSD: comp_local.h,v 1.4 2022/12/24 07:12:09 tb Exp $ */
/*
* ---------------------------------------------------------------------------
* Patches to this file were contributed by
* are met:
*
* 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
+ * notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in
* simply be copied and put under another distribution licence
* [including the GNU Public Licence.]
*/
+
#ifndef HEADER_COMP_LOCAL_H
#define HEADER_COMP_LOCAL_H