From: Martin Willi Date: Tue, 4 Feb 2014 13:41:30 +0000 (+0100) Subject: ac: Remove unimplemented equals_holder() method from ac_t X-Git-Tag: 5.1.3rc1~24^2~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=883a63adc16bb38a6c9dd158ae383ae91cce5b40;p=thirdparty%2Fstrongswan.git ac: Remove unimplemented equals_holder() method from ac_t --- diff --git a/src/libstrongswan/credentials/certificates/ac.h b/src/libstrongswan/credentials/certificates/ac.h index 57b44adca6..0bf7620172 100644 --- a/src/libstrongswan/credentials/certificates/ac.h +++ b/src/libstrongswan/credentials/certificates/ac.h @@ -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_ @}*/