pluto: Removed KLIPS specific algorithm detection.

This commit is contained in:
Tobias Brunner
2010-09-02 19:04:19 +02:00
parent 54f42e350e
commit afc4505e11
2 changed files with 0 additions and 61 deletions
-1
View File
@@ -33,7 +33,6 @@ extern bool kernel_alg_esp_ok_final(u_int ealg, u_int key_len, u_int aalg, struc
extern u_int kernel_alg_esp_enc_keylen(u_int alg_id);
extern bool kernel_alg_esp_auth_ok(u_int auth, struct alg_info_esp *nfo);
extern u_int kernel_alg_esp_auth_keylen(u_int auth);
extern int kernel_alg_proc_read(void);
extern void kernel_alg_list(void);
/* get sadb_alg for passed args */