aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/credentials/certificates/ac.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstrongswan/credentials/certificates/ac.h')
-rw-r--r--src/libstrongswan/credentials/certificates/ac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/credentials/certificates/ac.h b/src/libstrongswan/credentials/certificates/ac.h
index 7a3b747e0..c9645d68b 100644
--- a/src/libstrongswan/credentials/certificates/ac.h
+++ b/src/libstrongswan/credentials/certificates/ac.h
@@ -51,7 +51,7 @@ struct ac_t {
* @param that other attribute certificate
* @return TRUE if same holder
*/
- bool (*equals_holder) (const ac_t *this, const ac_t *other);
+ bool (*equals_holder) (ac_t *this, ac_t *other);
};
#endif /* AC_H_ @}*/