early-access version 2698
This commit is contained in:
4
externals/libressl/crypto/comp/comp_lib.c
vendored
4
externals/libressl/crypto/comp/comp_lib.c
vendored
@@ -1,10 +1,12 @@
|
||||
/* $OpenBSD: comp_lib.c,v 1.8 2014/11/03 16:58:28 tedu Exp $ */
|
||||
/* $OpenBSD: comp_lib.c,v 1.9 2022/01/09 23:50:10 tb Exp $ */
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <openssl/objects.h>
|
||||
#include <openssl/comp.h>
|
||||
|
||||
#include "comp_local.h"
|
||||
|
||||
COMP_CTX *
|
||||
COMP_CTX_new(COMP_METHOD *meth)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user