On Wed, 09/06 20:49, Fam Zheng wrote: > This patch groups the crypto objects into a few .mo objects based on > functional submodules, and moves inclusion conditions to *-objs > variables, then moves the global cflags/libs to the *-cflags and *-libs > variables. > > For init.o and cipher.o, which may or may not need the library flags > depending on config, adding flags and libs unconditionally doesn't hurt, > because if the library is not available, the variables are empty. This > makes less code. > > Signed-off-by: Fam Zheng <f...@redhat.com>
Cc Dan. No idea why it was empty. Fam