The unified diff between revisions [be13ff67..] and [5a1d14c4..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'include/asn1_obj.h'

#
#
# patch "include/asn1_obj.h"
#  from [689ebbff1a5254e49f3cd7baa5a9fe82d9b082f6]
#    to [9b3a66418d38fb540d52cc34266b806db4008b30]
#
============================================================
--- include/asn1_obj.h	689ebbff1a5254e49f3cd7baa5a9fe82d9b082f6
+++ include/asn1_obj.h	9b3a66418d38fb540d52cc34266b806db4008b30
@@ -156,8 +156,6 @@ bool BOTAN_DLL operator<(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);

 }