aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/credentials
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2014-02-04 14:41:30 +0100
committerMartin Willi <martin@revosec.ch>2014-03-31 11:14:57 +0200
commit883a63adc16bb38a6c9dd158ae383ae91cce5b40 (patch)
tree5f6c4001f2bf7f6aa1ba70241444f31ead44df63 /src/libstrongswan/credentials
parent959ef1a2e4c413db7ac4005b73a8adfb53e391bc (diff)
downloadstrongswan-883a63adc16bb38a6c9dd158ae383ae91cce5b40.tar.bz2
strongswan-883a63adc16bb38a6c9dd158ae383ae91cce5b40.tar.xz
ac: Remove unimplemented equals_holder() method from ac_t
Diffstat (limited to 'src/libstrongswan/credentials')
-rw-r--r--src/libstrongswan/credentials/certificates/ac.h8
1 files changed, 0 insertions, 8 deletions
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_ @}*/