CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/11/11 05:22:21
Modified files:
lib/libcrypto/bf: bf_skey.c
Removed files:
lib/libcrypto/bf: bf_pi.h
Log message:
Merge bf_pi.h into bf_skey.c.
There's not much point having a static table in a header file that is only
included in one source file.
Discussed with tb@
