X-Git-Url: http://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Fcrypto%2Fhcrypto%2Fkernel%2Fconfig.h;h=29e9947ab5ecdf37fd4b439f9122e00814fb6560;hp=6959ce164ba0afcdbabc7a0977f395519742040d;hb=c019e03e70e95258da1af40d96d9798db1b8b2d2;hpb=57bc6aee44da919a080f8f6ca1e5561f24df9f92 diff --git a/src/crypto/hcrypto/kernel/config.h b/src/crypto/hcrypto/kernel/config.h index 6959ce1..29e9947 100644 --- a/src/crypto/hcrypto/kernel/config.h +++ b/src/crypto/hcrypto/kernel/config.h @@ -39,10 +39,6 @@ #define inline #endif -/* Both Linux and hcrypto want to use 'struct key_type', so we rename our - * local version */ -#define key_type hc_key_type - /* We need wrappers for the various memory management functions */ #define calloc _afscrypto_calloc void * _afscrypto_calloc(int, size_t);