thestr            709 ext/openssl/openssl.c 	char * thestr;
thestr            738 ext/openssl/openssl.c 	thestr = strbuf + ASN1_STRING_length(timestr) - 3;
thestr            740 ext/openssl/openssl.c 	thetime.tm_sec = atoi(thestr);
thestr            741 ext/openssl/openssl.c 	*thestr = '\0';
thestr            742 ext/openssl/openssl.c 	thestr -= 2;
thestr            743 ext/openssl/openssl.c 	thetime.tm_min = atoi(thestr);
thestr            744 ext/openssl/openssl.c 	*thestr = '\0';
thestr            745 ext/openssl/openssl.c 	thestr -= 2;
thestr            746 ext/openssl/openssl.c 	thetime.tm_hour = atoi(thestr);
thestr            747 ext/openssl/openssl.c 	*thestr = '\0';
thestr            748 ext/openssl/openssl.c 	thestr -= 2;
thestr            749 ext/openssl/openssl.c 	thetime.tm_mday = atoi(thestr);
thestr            750 ext/openssl/openssl.c 	*thestr = '\0';
thestr            751 ext/openssl/openssl.c 	thestr -= 2;
thestr            752 ext/openssl/openssl.c 	thetime.tm_mon = atoi(thestr)-1;
thestr            754 ext/openssl/openssl.c 	*thestr = '\0';
thestr            756 ext/openssl/openssl.c 		thestr -= 2;
thestr            757 ext/openssl/openssl.c 		thetime.tm_year = atoi(thestr);
thestr            763 ext/openssl/openssl.c 		thestr -= 4;
thestr            764 ext/openssl/openssl.c 		thetime.tm_year = atoi(thestr) - 1900;