Author :
tb
Date :
2025-06-05 06:34:11
Hash :644a22cd Message :Remove preprocessor branching on HEADER_DES_H
This was the header guard for des_old.h introduced in 2002 and removed
in 2014. The header guard for des.h is HEADER_NEW_DES_H for the sake of
inconsistency (ostensibly due to backward compat concerns with libdes).
ok jsing