-# $OpenBSD: symbols.awk,v 1.7 2022/09/21 15:24:45 tb Exp $
+# $OpenBSD: symbols.awk,v 1.8 2023/05/04 20:15:27 tb Exp $
# Copyright (c) 2018,2020 Theo Buehler <tb@openbsd.org>
#
symbols[$0] = $0
# Undefine aliases, so we don't accidentally leave them in Symbols.list.
- # The _cfb ciphers are aliased to _cfb64, so skip them.
- if ($0 !~ "^EVP_.*cfb$")
- printf("#ifdef %s\n#undef %s\n#endif\n", $0, $0)
+ printf("#ifdef %s\n#undef %s\n#endif\n", $0, $0)
}
END {