From 5dad98b85c88dfa72915f9038505af1e873757bf Mon Sep 17 00:00:00 2001 From: lloyd Date: Sun, 11 Jun 2006 01:16:21 +0000 Subject: Add some setter methods to X509_Time --- include/asn1_obj.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/asn1_obj.h b/include/asn1_obj.h index 2ead6b54c..146ef6503 100644 --- a/include/asn1_obj.h +++ b/include/asn1_obj.h @@ -80,6 +80,9 @@ class X509_Time : public ASN1_Object s32bit cmp(const X509_Time&) const; + void set_to(const std::string&); + void set_to(const std::string&, ASN1_Tag); + X509_Time(u64bit); X509_Time(const std::string& = ""); X509_Time(const std::string&, ASN1_Tag); -- cgit v1.2.3