diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-08-28 11:11:26 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-08-28 11:11:26 +0000 |
commit | 44631233a96cc4c4dfb5c4a55a0c485b5929bb11 (patch) | |
tree | d6352a50ad43d87f58b40a56820a7b808ce00dd9 /sys/lib | |
parent | 567b967f353b64fd2c139a1a48cd015332fe8255 (diff) |
remove unused blowfish inline defines
inline use was removed in 1998
Diffstat (limited to 'sys/lib')
-rw-r--r-- | sys/lib/libsa/blowfish.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/lib/libsa/blowfish.c b/sys/lib/libsa/blowfish.c index c89e3302664..55423d6033a 100644 --- a/sys/lib/libsa/blowfish.c +++ b/sys/lib/libsa/blowfish.c @@ -1,4 +1,4 @@ -/* $OpenBSD: blowfish.c,v 1.2 2021/11/29 01:04:45 djm Exp $ */ +/* $OpenBSD: blowfish.c,v 1.3 2022/08/28 11:11:25 jsg Exp $ */ /* * Blowfish block cipher for OpenBSD * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> @@ -45,13 +45,6 @@ #include "blowfish.h" -#undef inline -#ifdef __GNUC__ -#define inline __inline -#else /* !__GNUC__ */ -#define inline -#endif /* !__GNUC__ */ - /* Function for Feistel Networks */ #define F(s, x) ((((s)[ (((x)>>24)&0xFF)] \ |