2025-04-29 Fred Gleason <fredg@paravelsystems.com>

* Consolidated header declarations in 'lib/rdhash.cpp'.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2025-04-29 14:54:09 -04:00
parent 31b79ae952
commit 619aa915e7
2 changed files with 3 additions and 3 deletions

View File

@ -25066,3 +25066,5 @@
2025-04-29 Fred Gleason <fredg@paravelsystems.com> 2025-04-29 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up deprecation warnings in 'lib/rdhash.cpp'. * Cleaned up deprecation warnings in 'lib/rdhash.cpp'.
* Added a 'sha1_test' test harness in 'tests/'. * Added a 'sha1_test' test harness in 'tests/'.
2025-04-29 Fred Gleason <fredg@paravelsystems.com>
* Consolidated header declarations in 'lib/rdhash.cpp'.

View File

@ -21,11 +21,9 @@
#include <fcntl.h> #include <fcntl.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <stdio.h>
#include <unistd.h> #include <unistd.h>
#include <stdio.h>
#include <openssl/sha.h>
#include <openssl/evp.h> #include <openssl/evp.h>
#include <QDateTime> #include <QDateTime>