What LPP provides /usr/include/des_crypt.h ?

as in subject. I've got bos.rte.security and I see /usr/lib/libdes.a , but the des_crypt.h header is not to be found.

I'm running 6.1 and need an answer for that release, BTW.

TIA!

You might start inspecting the other packages named "bos.security.*".

To find out which files are in a certain package issue keep in mind that AIX packages are in backup-file format. Therefore, to list a files contained in am uninstalled package-file "foo.bar.1.0.0.0.I" issue:

restore -Tqf foo.bar.1.0.0.0.I

To list files in an installed package:

lslpp -f foo.bar

I hope this helps.

bakunin