mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-12 19:36:27 +08:00
fix asn1test on windows
This commit is contained in:
@@ -15,7 +15,7 @@ extern "C" {
|
||||
int GMSSL_gmtime(const time_t *timep, struct tm *tm_time);
|
||||
time_t GMSSL_timegm(struct tm *tm);
|
||||
int GMSSL_gmtime_adj(struct tm *tm, long offset_sec);
|
||||
int asn1_generalizedtime_to_tm(struct tm *tm,char *gtime);
|
||||
int asn1_generalizedtime_to_tm(char *gtime,struct tm *tm);
|
||||
int asn1_utctime_to_tm(struct tm *tm, char *utime);
|
||||
int asn1_tm_to_generalizedtime(struct tm *tm, char *gtime);
|
||||
int asn1_tm_to_utctime(struct tm *tm, char *utime);
|
||||
|
||||
Reference in New Issue
Block a user