diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2017-08-27 01:39:27 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2017-08-27 01:39:27 +0000 |
commit | 665353f72c28d1005e1aea933e46a0a45beaed03 (patch) | |
tree | fd23dc707b2628d8eea1c5d4f07b7af411c6b38f /lib/libcrypto/Symbols.list | |
parent | 569968e775a5cbb56fcd8ac6356495fe3b4a0b16 (diff) |
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 'lib/libcrypto/Symbols.list')
-rw-r--r-- | lib/libcrypto/Symbols.list | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libcrypto/Symbols.list b/lib/libcrypto/Symbols.list index 2b8557b16ad..94442cc5e37 100644 --- a/lib/libcrypto/Symbols.list +++ b/lib/libcrypto/Symbols.list @@ -214,6 +214,7 @@ ASN1_template_free ASN1_template_i2d ASN1_template_new ASN1_time_parse +ASN1_time_tm_clamp_notafter ASN1_time_tm_cmp ASN1_unpack_string AUTHORITY_INFO_ACCESS_free |