diff options
author | lloyd <[email protected]> | 2008-04-29 16:54:48 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-04-29 16:54:48 +0000 |
commit | 271c16e52014d20e347167c1d43ddeae0707c19b (patch) | |
tree | f9c424cbcc74b6bbda473cd2e5f25555b685c473 /include/asn1_obj.h | |
parent | 3b86cc47adad5c0dfb792126042146a158f4f3f5 (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.h | 2 |
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); } |