Commit 3f4274f8 authored by Sergei Golubchik's avatar Sergei Golubchik

SLES11 OpenSSL 0.9.8 support

parent ba1c05cc
Subproject commit 31eb49f1f4dff7841866f6eaaefe44f94e124d62 Subproject commit d0f201451d062b83912525b4821d82304b32ecb1
...@@ -8195,7 +8195,7 @@ my_asn1_time_to_string(const ASN1_TIME *time, char *buf, size_t len) ...@@ -8195,7 +8195,7 @@ my_asn1_time_to_string(const ASN1_TIME *time, char *buf, size_t len)
if (bio == NULL) if (bio == NULL)
return NULL; return NULL;
if (!ASN1_TIME_print(bio, time)) if (!ASN1_TIME_print(bio, const_cast<ASN1_TIME*>(time)))
goto end; goto end;
n_read= BIO_read(bio, buf, (int) (len - 1)); n_read= BIO_read(bio, buf, (int) (len - 1));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment