]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
ac: Remove unimplemented equals_holder() method from ac_t
authorMartin Willi <martin@revosec.ch>
Tue, 4 Feb 2014 13:41:30 +0000 (14:41 +0100)
committerMartin Willi <martin@revosec.ch>
Mon, 31 Mar 2014 09:14:57 +0000 (11:14 +0200)
src/libstrongswan/credentials/certificates/ac.h

index 57b44adca6ef3e50072af29599132b29e6ba8907..0bf76201720d5945d5f75af6b1a3d8dac0598550 100644 (file)
@@ -75,14 +75,6 @@ struct ac_t {
         * @return                      object containing a list of IETF attributes
         */
        ietf_attributes_t* (*get_groups)(ac_t *this);
-
-       /**
-        * @brief Checks if two attribute certificates belong to the same holder
-        *
-        * @param that                  other attribute certificate
-        * @return                              TRUE if same holder
-        */
-       bool (*equals_holder) (ac_t *this, ac_t *other);
 };
 
 #endif /** AC_H_ @}*/