diff options
author | Matt Johnston <matt@ucc.asn.au> | 2019-05-15 21:59:45 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2019-05-15 21:59:45 +0800 |
commit | fa116e983b4931010e1082dd5c8bf38bbc77718c (patch) | |
tree | 6e4e2d4e1fb756895cf5ea17bfa0f0493ffd49f3 /includes.h | |
parent | 8c6aaf8d361e95ba3d9b371b86abaae1fd0e436f (diff) |
Rename EPKA -> Plugin
Diffstat (limited to 'includes.h')
-rw-r--r-- | includes.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -164,7 +164,7 @@ typedef u_int32_t uint32_t; #include <linux/pkt_sched.h> #endif -#if DROPBEAR_EPKA +#if DROPBEAR_PLUGIN #include <dlfcn.h> #endif |