diff options
Diffstat (limited to 'include')
-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); } |