mirror of
https://github.com/novatiq/packages.git
synced 2026-07-30 23:33:06 +01:00
Netopeer2: update Netopeer2 and dependencies to master
libnetconf2 to 1.1.24 libyang to 1.0.167 sysrepo to 1.4.58 Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- a/cli/commands.c 2020-05-08 16:29:28.284509842 +0300
|
||||
+++ b/cli/commands.c 2020-05-08 16:29:38.856397844 +0300
|
||||
@@ -1725,7 +1725,7 @@
|
||||
BIO_printf(bio_out, "\n");
|
||||
|
||||
BIO_printf(bio_out, "Valid until: ");
|
||||
- ASN1_TIME_print(bio_out, X509_get_notAfter(cert));
|
||||
+ ASN1_TIME_print(bio_out, X509_get0_notAfter(cert));
|
||||
BIO_printf(bio_out, "\n");
|
||||
|
||||
has_san = 0;
|
||||
Reference in New Issue
Block a user