early-access version 2698
This commit is contained in:
6
externals/libressl/crypto/asn1/t_crl.c
vendored
6
externals/libressl/crypto/asn1/t_crl.c
vendored
@@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: t_crl.c,v 1.18 2019/05/12 15:56:31 tb Exp $ */
|
||||
/* $OpenBSD: t_crl.c,v 1.20 2021/12/25 13:17:48 jsing Exp $ */
|
||||
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
|
||||
* project 1999.
|
||||
*/
|
||||
@@ -66,6 +66,8 @@
|
||||
#include <openssl/x509.h>
|
||||
#include <openssl/x509v3.h>
|
||||
|
||||
#include "x509_lcl.h"
|
||||
|
||||
int
|
||||
X509_CRL_print_fp(FILE *fp, X509_CRL *x)
|
||||
{
|
||||
@@ -138,6 +140,6 @@ X509_CRL_print(BIO *out, X509_CRL *x)
|
||||
|
||||
return 1;
|
||||
|
||||
err:
|
||||
err:
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user