aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/kernel_alg.h
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2010-07-26 10:41:18 +0200
committerTobias Brunner <tobias@strongswan.org>2010-09-02 19:04:19 +0200
commitafc4505e11da21614511115798a19b42804325d7 (patch)
tree7852659234bf0024ea700d3ee4ec30fdebcf7e54 /src/pluto/kernel_alg.h
parent54f42e350eb435c0cdd93d83a8f852e4a507fc0d (diff)
downloadstrongswan-afc4505e11da21614511115798a19b42804325d7.tar.bz2
strongswan-afc4505e11da21614511115798a19b42804325d7.tar.xz
pluto: Removed KLIPS specific algorithm detection.
Diffstat (limited to 'src/pluto/kernel_alg.h')
-rw-r--r--src/pluto/kernel_alg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pluto/kernel_alg.h b/src/pluto/kernel_alg.h
index 5ce8c3003..4c757db41 100644
--- a/src/pluto/kernel_alg.h
+++ b/src/pluto/kernel_alg.h
@@ -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 */