summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/asn1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/asn1/asn1.h')
-rw-r--r--src/lib/libcrypto/asn1/asn1.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/asn1/asn1.h b/src/lib/libcrypto/asn1/asn1.h
index 43b038adaa..815256a30d 100644
--- a/src/lib/libcrypto/asn1/asn1.h
+++ b/src/lib/libcrypto/asn1/asn1.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: asn1.h,v 1.55 2021/10/27 09:50:57 beck Exp $ */ 1/* $OpenBSD: asn1.h,v 1.56 2021/11/01 08:14:36 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -773,10 +773,8 @@ ASN1_TIME *d2i_ASN1_TIME(ASN1_TIME **a, const unsigned char **in, long len);
773int i2d_ASN1_TIME(ASN1_TIME *a, unsigned char **out); 773int i2d_ASN1_TIME(ASN1_TIME *a, unsigned char **out);
774extern const ASN1_ITEM ASN1_TIME_it; 774extern const ASN1_ITEM ASN1_TIME_it;
775 775
776#if defined(LIBRESSL_NEW_API)
777int ASN1_TIME_diff(int *pday, int *psec, const ASN1_TIME *from, 776int ASN1_TIME_diff(int *pday, int *psec, const ASN1_TIME *from,
778 const ASN1_TIME *to); 777 const ASN1_TIME *to);
779#endif
780 778
781extern const ASN1_ITEM ASN1_OCTET_STRING_NDEF_it; 779extern const ASN1_ITEM ASN1_OCTET_STRING_NDEF_it;
782 780