remove unused macro. PR 21150
This commit is contained in:
parent
4c43ef4ce1
commit
308bb7eb39
3
crypto/dist/kame/racoon/var.h
vendored
3
crypto/dist/kame/racoon/var.h
vendored
@ -36,9 +36,6 @@
|
||||
|
||||
#define ISSET(exp, bit) (((exp) & (bit)) == (bit))
|
||||
|
||||
#define ATOX(c) \
|
||||
(isdigit(c) ? (c - '0') : (isupper(c) ? (c - 'A' + 10) : (c - 'a' + 10) ))
|
||||
|
||||
#define LALIGN(a) \
|
||||
((a) > 0 ? ((a) &~ (sizeof(long) - 1)) : sizeof(long))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user