thestr            731 ext/openssl/openssl.c 	char * thestr;
thestr            760 ext/openssl/openssl.c 	thestr = strbuf + ASN1_STRING_length(timestr) - 3;
thestr            762 ext/openssl/openssl.c 	thetime.tm_sec = atoi(thestr);
thestr            763 ext/openssl/openssl.c 	*thestr = '\0';
thestr            764 ext/openssl/openssl.c 	thestr -= 2;
thestr            765 ext/openssl/openssl.c 	thetime.tm_min = atoi(thestr);
thestr            766 ext/openssl/openssl.c 	*thestr = '\0';
thestr            767 ext/openssl/openssl.c 	thestr -= 2;
thestr            768 ext/openssl/openssl.c 	thetime.tm_hour = atoi(thestr);
thestr            769 ext/openssl/openssl.c 	*thestr = '\0';
thestr            770 ext/openssl/openssl.c 	thestr -= 2;
thestr            771 ext/openssl/openssl.c 	thetime.tm_mday = atoi(thestr);
thestr            772 ext/openssl/openssl.c 	*thestr = '\0';
thestr            773 ext/openssl/openssl.c 	thestr -= 2;
thestr            774 ext/openssl/openssl.c 	thetime.tm_mon = atoi(thestr)-1;
thestr            776 ext/openssl/openssl.c 	*thestr = '\0';
thestr            778 ext/openssl/openssl.c 		thestr -= 2;
thestr            779 ext/openssl/openssl.c 		thetime.tm_year = atoi(thestr);
thestr            785 ext/openssl/openssl.c 		thestr -= 4;
thestr            786 ext/openssl/openssl.c 		thetime.tm_year = atoi(thestr) - 1900;