From 883a63adc16bb38a6c9dd158ae383ae91cce5b40 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Tue, 4 Feb 2014 14:41:30 +0100 Subject: ac: Remove unimplemented equals_holder() method from ac_t --- src/libstrongswan/credentials/certificates/ac.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/libstrongswan/credentials') diff --git a/src/libstrongswan/credentials/certificates/ac.h b/src/libstrongswan/credentials/certificates/ac.h index 57b44adca..0bf762017 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_ @}*/ -- cgit v1.2.3