Hi tech@

Remove leading space in ASN1_TIME_adj_internal function, apologize if I
am wrong, thanks!

Index: a_time_tm.c
===================================================================
RCS file: /cvs/src/lib/libcrypto/asn1/a_time_tm.c,v
retrieving revision 1.15
diff -u -p -r1.15 a_time_tm.c
--- a_time_tm.c 25 Apr 2018 11:48:21 -0000      1.15
+++ a_time_tm.c 8 May 2018 04:57:53 -0000
@@ -262,8 +262,8 @@ ASN1_TIME_adj_internal(ASN1_TIME *s, tim
        size_t len;
        char * p;

-       if (gmtime_r(&t, &tm) == NULL)
-               return (NULL);
+       if (gmtime_r(&t, &tm) == NULL)
+               return (NULL);

        if (offset_day || offset_sec) {
                if (!OPENSSL_gmtime_adj(&tm, offset_day, offset_sec))

-- 
Best Regards
Nan Xiao

Reply via email to