add hashsum support in apt-file download and add more tests
[ntk/apt.git] / apt-pkg / contrib / sha256.h
CommitLineData
cde41ae8
MV
1#ifndef APTPKG_SHA256_H
2#define APTPKG_SHA256_H
3
84a0890e 4#include "sha2.h"
cde41ae8 5
6f33ec48 6#warning "This header is deprecated, please include sha2.h instead"
cde41ae8
MV
7
8#endif