summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1
diff options
context:
space:
mode:
authortb <>2021-11-01 08:14:36 +0000
committertb <>2021-11-01 08:14:36 +0000
commit9e4ccc5228dcbfa0dfefbcb77f4fbc4409e63949 (patch)
tree09eaa986df5bec5fc37f0dad91370c7d06c3f62e /src/lib/libcrypto/asn1
parent24b324d6b70a17a56bae163dd5417bf00331ec48 (diff)
downloadopenbsd-9e4ccc5228dcbfa0dfefbcb77f4fbc4409e63949.tar.gz
openbsd-9e4ccc5228dcbfa0dfefbcb77f4fbc4409e63949.tar.bz2
openbsd-9e4ccc5228dcbfa0dfefbcb77f4fbc4409e63949.zip
Unifdef LIBRESSL_NEW_API. Now that the library is bumped, this is
no longer needed. ok jsing
Diffstat (limited to 'src/lib/libcrypto/asn1')
-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