aboutsummaryrefslogtreecommitdiffstats
path: root/include/asn1_obj.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-06-11 13:32:50 +0000
committerlloyd <[email protected]>2008-06-11 13:32:50 +0000
commitf83988fcd5d8a2d6752d5a0b0c4133207737c1c1 (patch)
treebbe33b2e42bc9614bf2b2b4cd6121586a552ddbc /include/asn1_obj.h
parent58d72571863987a0f4fc048b1f28619fa0ea798c (diff)
Move AlgorithmIdentifier comparison ops to alg_id.h
Diffstat (limited to 'include/asn1_obj.h')
-rw-r--r--include/asn1_obj.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asn1_obj.h b/include/asn1_obj.h
index 22542e913..67645ca08 100644
--- a/include/asn1_obj.h
+++ b/include/asn1_obj.h
@@ -139,11 +139,6 @@ class BOTAN_DLL AlternativeName : public ASN1_Object
/*************************************************
* Comparison Operations *
*************************************************/
-bool BOTAN_DLL operator==(const AlgorithmIdentifier&,
- const AlgorithmIdentifier&);
-bool BOTAN_DLL operator!=(const AlgorithmIdentifier&,
- const AlgorithmIdentifier&);
-
bool BOTAN_DLL operator==(const X509_Time&, const X509_Time&);
bool BOTAN_DLL operator!=(const X509_Time&, const X509_Time&);
bool BOTAN_DLL operator<=(const X509_Time&, const X509_Time&);