summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1
diff options
context:
space:
mode:
authorbeck <>2017-08-27 01:39:26 +0000
committerbeck <>2017-08-27 01:39:26 +0000
commit6c9bbaf00dfc219bed78108aaeebd92eed0c33ee (patch)
treed1b38b4c95049fecffbe49d28ff755942f4edad7 /src/lib/libcrypto/asn1
parenta07b08be0fe616280531694efcd12be53e09a432 (diff)
downloadopenbsd-6c9bbaf00dfc219bed78108aaeebd92eed0c33ee.tar.gz
openbsd-6c9bbaf00dfc219bed78108aaeebd92eed0c33ee.tar.bz2
openbsd-6c9bbaf00dfc219bed78108aaeebd92eed0c33ee.zip
Make the symbol for ASN1_time_tm_clamp_notafter visible so libtls
can get at it, so libtls can also deal with notafter's past the realm of 32 bit time in portable
Diffstat (limited to 'src/lib/libcrypto/asn1')
-rw-r--r--src/lib/libcrypto/asn1/asn1_locl.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/asn1/asn1_locl.h b/src/lib/libcrypto/asn1/asn1_locl.h
index 68f71dfc4a..aa35f7b8fc 100644
--- a/src/lib/libcrypto/asn1/asn1_locl.h
+++ b/src/lib/libcrypto/asn1/asn1_locl.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: asn1_locl.h,v 1.9 2017/08/13 19:47:49 beck Exp $ */ 1/* $OpenBSD: asn1_locl.h,v 1.10 2017/08/27 01:39:26 beck Exp $ */
2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL 2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
3 * project 2006. 3 * project 2006.
4 */ 4 */
@@ -152,6 +152,4 @@ struct x509_crl_method_st {
152int UTF8_getc(const unsigned char *str, int len, unsigned long *val); 152int UTF8_getc(const unsigned char *str, int len, unsigned long *val);
153int UTF8_putc(unsigned char *str, int len, unsigned long value); 153int UTF8_putc(unsigned char *str, int len, unsigned long value);
154 154
155int ASN1_time_tm_clamp_notafter(struct tm *tm);
156
157__END_HIDDEN_DECLS 155__END_HIDDEN_DECLS