aboutsummaryrefslogtreecommitdiffstats
path: root/include/asn1_obj.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-04-29 16:54:48 +0000
committerlloyd <[email protected]>2008-04-29 16:54:48 +0000
commit271c16e52014d20e347167c1d43ddeae0707c19b (patch)
treef9c424cbcc74b6bbda473cd2e5f25555b685c473 /include/asn1_obj.h
parent3b86cc47adad5c0dfb792126042146a158f4f3f5 (diff)
Move validity_check() into an anonymous namespace inside x509stor.cpp,
as that was the only place it was called from.
Diffstat (limited to 'include/asn1_obj.h')
-rw-r--r--include/asn1_obj.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asn1_obj.h b/include/asn1_obj.h
index a2eb5fd45..22542e913 100644
--- a/include/asn1_obj.h
+++ b/include/asn1_obj.h
@@ -156,8 +156,6 @@ bool BOTAN_DLL operator<(const X509_DN&, const X509_DN&);
/*************************************************
* Helper Functions *
*************************************************/
-s32bit BOTAN_DLL validity_check(const X509_Time&, const X509_Time&, u64bit);
-
bool BOTAN_DLL is_string_type(ASN1_Tag);
}